Searched refs:adjX (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_wpos_ytransform.c | 81 float adjX, float adjY[2]) in emit_wpos_adjustment() 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 158 * adjX, adjY to help out if it cannot handle the requested one internally. in lower_fragcoord() 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, adj in lower_fragcoord() 79 emit_wpos_adjustment(lower_wpos_ytransform_state *state, nir_intrinsic_instr *intr, bool invert, float adjX, float adjY[2]) emit_wpos_adjustment() argument [all...] |
Completed in 1 milliseconds