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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c214 UINT int_consts[MAX_CONST_I]; member in struct:arb_ps_compiled_shader
247 UINT int_consts[MAX_CONST_I]; member in struct:arb_vs_compiled_shader
609 if(gl_shader->int_consts[i] != WINED3D_CONST_NUM_UNUSED)
617 GL_EXTCALL(glProgramLocalParameter4fvARB(GL_FRAGMENT_PROGRAM_ARB, gl_shader->int_consts[i], val));
639 if(gl_shader->int_consts[i] != WINED3D_CONST_NUM_UNUSED)
647 GL_EXTCALL(glProgramLocalParameter4fvARB(GL_VERTEX_PROGRAM_ARB, gl_shader->int_consts[i], val));
3803 compiled->int_consts[i] = WINED3D_CONST_NUM_UNUSED;
3815 compiled->int_consts[i] = next_local;
4238 compiled->int_consts[i] = WINED3D_CONST_NUM_UNUSED;
4250 compiled->int_consts[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c188 UINT int_consts[MAX_CONST_I]; member in struct:arb_ps_compiled_shader
222 UINT int_consts[MAX_CONST_I]; member in struct:arb_vs_compiled_shader
535 if(gl_shader->int_consts[i] != WINED3D_CONST_NUM_UNUSED)
543 GL_EXTCALL(glProgramLocalParameter4fvARB(GL_FRAGMENT_PROGRAM_ARB, gl_shader->int_consts[i], val));
567 if(gl_shader->int_consts[i] != WINED3D_CONST_NUM_UNUSED)
575 GL_EXTCALL(glProgramLocalParameter4fvARB(GL_VERTEX_PROGRAM_ARB, gl_shader->int_consts[i], val));
3520 compiled->int_consts[i] = WINED3D_CONST_NUM_UNUSED;
3532 compiled->int_consts[i] = next_local;
3969 compiled->int_consts[i] = WINED3D_CONST_NUM_UNUSED;
3981 compiled->int_consts[
[all...]

Completed in 175 milliseconds