Searched defs:shader_is_pshader_version (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c51 static BOOL shader_is_pshader_version(enum wined3d_shader_type type) function
781 char pshader = shader_is_pshader_version(reg_maps->shader_version.type);
1013 BOOL pshader = shader_is_pshader_version(reg_maps->shader_version.type);
1394 BOOL pshader = shader_is_pshader_version(ins->ctx->reg_maps->shader_version.type);
1417 if (shader_is_pshader_version(ins->ctx->reg_maps->shader_version.type))
1795 BOOL pshader = shader_is_pshader_version(reg_maps->shader_version.type);
1842 && !shader_is_pshader_version(reg_maps->shader_version.type)
2529 BOOL pshader = shader_is_pshader_version(ins->ctx->reg_maps->shader_version.type);
2579 if(shader_is_pshader_version(ins->ctx->reg_maps->shader_version.type)) {
2608 if(shader_is_pshader_version(in
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3176 static inline BOOL shader_is_pshader_version(enum wined3d_shader_type type) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h3141 static inline BOOL shader_is_pshader_version(enum wined3d_shader_type type) function

Completed in 139 milliseconds