Searched refs:wpos_temp (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_wpos_ytransform.c | 84 nir_ssa_def *wpostrans, *wpos_temp, *wpos_temp_y, *wpos_input; in emit_wpos_adjustment() local 108 wpos_temp = nir_fadd(b, wpos_input, adj_temp); in emit_wpos_adjustment() 110 wpos_temp = nir_fadd(b, in emit_wpos_adjustment() 114 wpos_input = wpos_temp; in emit_wpos_adjustment() 116 /* MOV wpos_temp, input[wpos] in emit_wpos_adjustment() 118 wpos_temp = wpos_input; in emit_wpos_adjustment() 125 /* wpos_temp.y = wpos_input * wpostrans.xxxx + wpostrans.yyyy */ in emit_wpos_adjustment() 126 wpos_temp_y = nir_fadd(b, nir_fmul(b, nir_channel(b, wpos_temp, 1), in emit_wpos_adjustment() 130 /* wpos_temp.y = wpos_input * wpostrans.zzzz + wpostrans.wwww */ in emit_wpos_adjustment() 131 wpos_temp_y = nir_fadd(b, nir_fmul(b, nir_channel(b, wpos_temp, in emit_wpos_adjustment() [all...] |
Completed in 1 milliseconds