Searched refs:adjX (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() argument 95 if (adjX || 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() 151 float adjX = 0.0f; in lower_fragcoord() local 214 adjX = -0.5f; in lower_fragcoord() 226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord() 232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 617 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() argument 644 if (adjX || 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() 706 GLfloat adjX = 0.0f; in emit_wpos() local 779 adjX = -0.5f; in emit_wpos() 795 adjX = adjY[0] = adjY[1] = 0.5f; in emit_wpos() 805 emit_wpos_adjustment(st->ctx, t, program, invert, adjX, adjY); in emit_wpos()
|
D | st_glsl_to_tgsi.cpp | 5952 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() argument 5971 if (adjX || 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() 6034 GLfloat adjX = 0.0f; in emit_wpos() local 6102 adjX = -0.5f; in emit_wpos() 6116 adjX = adjY[0] = adjY[1] = 0.5f; in emit_wpos() 6126 emit_wpos_adjustment(st->ctx, t, wpos_transform_const, invert, adjX, adjY); in emit_wpos()
|