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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c84 nir_ssa_def *wpostrans, *wpos_temp, *wpos_temp_y, *wpos_input; local in function:emit_wpos_adjustment
87 wpos_input = &intr->dest.ssa;
108 wpos_temp = nir_fadd(b, wpos_input, adj_temp);
111 wpos_input,
114 wpos_input = wpos_temp;
118 wpos_temp = wpos_input;
125 /* wpos_temp.y = wpos_input * wpostrans.xxxx + wpostrans.yyyy */
130 /* wpos_temp.y = wpos_input * wpostrans.zzzz + wpostrans.wwww */
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c84 nir_ssa_def *wpostrans, *wpos_temp, *wpos_temp_y, *wpos_input; local in function:emit_wpos_adjustment
87 wpos_input = &intr->dest.ssa;
108 wpos_temp = nir_fadd(b, wpos_input, adj_temp);
111 wpos_input,
114 wpos_input = wpos_temp;
118 wpos_temp = wpos_input;
125 /* wpos_temp.y = wpos_input * wpostrans.xxxx + wpostrans.yyyy */
130 /* wpos_temp.y = wpos_input * wpostrans.zzzz + wpostrans.wwww */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c641 struct ureg_src wpos_input = *wpos; local in function:emit_wpos_adjustment
657 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp));
659 ureg_ADD(ureg, wpos_temp, wpos_input,
662 wpos_input = ureg_src(wpos_temp);
666 ureg_MOV(ureg, wpos_temp, wpos_input);
673 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
677 wpos_input,
681 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
685 wpos_input,
H A Dst_glsl_to_tgsi.cpp6360 struct ureg_src wpos_input = *wpos; local in function:emit_wpos_adjustment
6376 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp));
6378 ureg_ADD(ureg, wpos_temp, wpos_input,
6381 wpos_input = ureg_src(wpos_temp);
6385 ureg_MOV(ureg, wpos_temp, wpos_input);
6392 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
6396 wpos_input,
6400 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
6404 wpos_input,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp6417 struct ureg_src wpos_input = *wpos; local in function:emit_wpos_adjustment
6433 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp));
6435 ureg_ADD(ureg, wpos_temp, wpos_input,
6438 wpos_input = ureg_src(wpos_temp);
6442 ureg_MOV(ureg, wpos_temp, wpos_input);
6449 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
6453 wpos_input,
6457 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
6461 wpos_input,

Completed in 24 milliseconds