Searched defs:num_int_consts (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c218 char num_int_consts; member in struct:arb_ps_compiled_shader
248 char num_int_consts; member in struct:arb_vs_compiled_shader
605 if (!gl_shader->num_int_consts) return;
635 if (!gl_shader->num_int_consts) return;
3816 compiled->num_int_consts++;
4251 compiled->num_int_consts++;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c192 char num_int_consts; member in struct:arb_ps_compiled_shader
223 char num_int_consts; member in struct:arb_vs_compiled_shader
531 if(gl_shader->num_int_consts == 0) return;
561 if(gl_shader->num_int_consts == 0) return;
3533 compiled->num_int_consts++;
3982 compiled->num_int_consts++;

Completed in 74 milliseconds