Searched refs:adjY (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_wpos_ytransform.c | 81 bool invert, float adjX, float adjY[2]) in emit_wpos_adjustment() 95 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment() 96 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment() 106 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment() 107 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment() 113 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment() 152 float adjY[2] = { 0.0f, 0.0f }; in lower_fragcoord() local 211 adjY[1] = 1.0f; in lower_fragcoord() 215 adjY[0] = -0.5f; in lower_fragcoord() 216 adjY[1] = 0.5f; in lower_fragcoord() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 617 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() 644 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment() 645 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment() 655 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment() 656 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment() 660 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment() 707 GLfloat adjY[2] = { 0.0f, 0.0f }; in emit_wpos() local 772 adjY[1] = 1.0f; in emit_wpos() 780 adjY[0] = -0.5f; in emit_wpos() 781 adjY[1] = 0.5f; in emit_wpos() [all …]
|
D | st_glsl_to_tgsi.cpp | 5952 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() 5971 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment() 5972 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment() 5982 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment() 5983 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment() 5987 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment() 6035 GLfloat adjY[2] = { 0.0f, 0.0f }; in emit_wpos() local 6096 adjY[1] = 1.0f; in emit_wpos() 6103 adjY[0] = -0.5f; in emit_wpos() 6104 adjY[1] = 0.5f; in emit_wpos() [all …]
|