Home
last modified time | relevance | path

Searched refs:adjY (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c778 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment()
801 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
802 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment()
812 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
813 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
817 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
866 GLfloat adjY[2] = { 0.0f, 0.0f }; in emit_wpos() local
925 adjY[1] = 1.0f; in emit_wpos()
931 adjY[0] = -0.5f; in emit_wpos()
932 adjY[1] = 0.5f; in emit_wpos()
[all …]
Dst_glsl_to_tgsi.cpp4285 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment()
4309 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
4310 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment()
4320 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
4321 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
4325 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
4374 GLfloat adjY[2] = { 0.0f, 0.0f }; in emit_wpos() local
4433 adjY[1] = 1.0f; in emit_wpos()
4439 adjY[0] = -0.5f; in emit_wpos()
4440 adjY[1] = 0.5f; in emit_wpos()
[all …]