Home
last modified time | relevance | path

Searched refs:wpos_input (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_wpos_ytransform.c84 nir_ssa_def *wpostrans, *wpos_temp, *wpos_temp_y, *wpos_input; in emit_wpos_adjustment() local
87 wpos_input = &intr->dest.ssa; in emit_wpos_adjustment()
108 wpos_temp = nir_fadd(b, wpos_input, adj_temp); in emit_wpos_adjustment()
111 wpos_input, in emit_wpos_adjustment()
114 wpos_input = wpos_temp; in emit_wpos_adjustment()
118 wpos_temp = wpos_input; in emit_wpos_adjustment()