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 | 591 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() argument 618 if (adjX || 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() 680 GLfloat adjX = 0.0f; in emit_wpos() local 748 adjX = -0.5f; in emit_wpos() 762 adjX = adjY[0] = adjY[1] = 0.5f; in emit_wpos() 772 emit_wpos_adjustment(st->ctx, t, program, invert, adjX, adjY); in emit_wpos()
|
D | st_glsl_to_tgsi.cpp | 5731 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() argument 5750 if (adjX || 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() 5813 GLfloat adjX = 0.0f; in emit_wpos() local 5881 adjX = -0.5f; in emit_wpos() 5895 adjX = adjY[0] = adjY[1] = 0.5f; in emit_wpos() 5905 emit_wpos_adjustment(st->ctx, t, wpos_transform_const, invert, adjX, adjY); in emit_wpos()
|