Searched defs:tex_dim (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c827 GLfloat* tex_dim = &np2fixup_constants[(idx >> 1) * 4]; local
835 tex_dim[2] = tex->baseTexture.pow2Matrix[0]; tex_dim[3] = tex->baseTexture.pow2Matrix[5];
837 tex_dim[0] = tex->baseTexture.pow2Matrix[0]; tex_dim[1] = tex->baseTexture.pow2Matrix[5];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c810 GLfloat* tex_dim = &np2fixup_constants[(idx >> 1) * 4]; local
818 tex_dim[2] = tex->baseTexture.pow2Matrix[0]; tex_dim[3] = tex->baseTexture.pow2Matrix[5];
820 tex_dim[0] = tex->baseTexture.pow2Matrix[0]; tex_dim[1] = tex->baseTexture.pow2Matrix[5];
H A Darb_program_shader.c460 GLfloat* tex_dim = &np2fixup_constants[(idx >> 1) * 4]; local
470 tex_dim[2] = tex->baseTexture.pow2Matrix[0]; tex_dim[3] = tex->baseTexture.pow2Matrix[5];
472 tex_dim[0] = tex->baseTexture.pow2Matrix[0]; tex_dim[1] = tex->baseTexture.pow2Matrix[5];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c531 GLfloat *tex_dim = &np2fixup_constants[(idx >> 1) * 4]; local
542 tex_dim[2] = tex->pow2_matrix[0];
543 tex_dim[3] = tex->pow2_matrix[5];
547 tex_dim[0] = tex->pow2_matrix[0];
548 tex_dim[1] = tex->pow2_matrix[5];
H A Dglsl_shader.c753 GLfloat *tex_dim = &np2fixup_constants[(idx >> 1) * 4]; local
763 tex_dim[2] = tex->pow2_matrix[0];
764 tex_dim[3] = tex->pow2_matrix[5];
768 tex_dim[0] = tex->pow2_matrix[0];
769 tex_dim[1] = tex->pow2_matrix[5];

Completed in 120 milliseconds