Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_wpos_ytransform.c81 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/
Dst_mesa_to_tgsi.c591 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment()
618 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
619 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment()
629 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
630 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
634 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
681 GLfloat adjY[2] = { 0.0f, 0.0f }; in emit_wpos() local
742 adjY[1] = 1.0f; in emit_wpos()
749 adjY[0] = -0.5f; in emit_wpos()
750 adjY[1] = 0.5f; in emit_wpos()
[all …]
Dst_glsl_to_tgsi.cpp5731 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment()
5750 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
5751 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment()
5761 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
5762 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
5766 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
5814 GLfloat adjY[2] = { 0.0f, 0.0f }; in emit_wpos() local
5875 adjY[1] = 1.0f; in emit_wpos()
5882 adjY[0] = -0.5f; in emit_wpos()
5883 adjY[1] = 0.5f; in emit_wpos()
[all …]