Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment()
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
95 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment()
96 /* Adjust the y coordinate by adjY[1] or adjY[0] respectively 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[ in emit_wpos_adjustment()
79 emit_wpos_adjustment(lower_wpos_ytransform_state *state, nir_intrinsic_instr *intr, bool invert, float adjX, float adjY[2]) emit_wpos_adjustment() argument
152 float adjY[2] = { 0.0f, 0.0f }; lower_fragcoord() local
[all...]

Completed in 1 milliseconds