Searched refs:adjX (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_wpos_ytransform.c | 81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument 94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment() 105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment() 106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment() 112 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 | 629 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() argument 656 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment() 667 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment() 668 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment() 672 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment() 718 GLfloat adjX = 0.0f; in emit_wpos() local 791 adjX = -0.5f; in emit_wpos() 807 adjX = adjY[0] = adjY[1] = 0.5f; in emit_wpos() 817 emit_wpos_adjustment(st->ctx, t, program, invert, adjX, adjY); in emit_wpos()
|
D | st_glsl_to_tgsi.cpp | 6321 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() argument 6340 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment() 6351 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment() 6352 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment() 6356 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment() 6403 GLfloat adjX = 0.0f; in emit_wpos() local 6471 adjX = -0.5f; in emit_wpos() 6485 adjX = adjY[0] = adjY[1] = 0.5f; in emit_wpos() 6495 emit_wpos_adjustment(st->ctx, t, wpos_transform_const, invert, adjX, adjY); in emit_wpos()
|