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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dati_fragment_shader.c441 GLuint argmodextra_x, argmodextra_y; local
455 argmodextra_y = GL_NONE;
461 argmodextra_y = fixup.y_sign_fixup ? GL_2X_BIT_ATI | GL_BIAS_BIT_ATI : GL_NONE;
480 GL_REG_0_ATI + stage, GL_RED, argmodextra_y,
484 GL_REG_0_ATI + stage, GL_GREEN, argmodextra_y,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dati_fragment_shader.c442 GLuint argmodextra_x, argmodextra_y; local
454 argmodextra_y = GL_NONE;
460 argmodextra_y = fixup.y_sign_fixup ? GL_2X_BIT_ATI | GL_BIAS_BIT_ATI : GL_NONE;
479 GL_REG_0_ATI + stage, GL_RED, argmodextra_y,
483 GL_REG_0_ATI + stage, GL_GREEN, argmodextra_y,

Completed in 55 milliseconds