Searched refs:wpos_temp (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_wpos_ytransform.c | 85 nir_ssa_def *wpostrans, *wpos_temp, *wpos_temp_y, *wpos_input; in emit_wpos_adjustment() local 109 wpos_temp = nir_fadd(b, wpos_input, adj_temp); in emit_wpos_adjustment() 111 wpos_temp = nir_fadd(b, in emit_wpos_adjustment() 115 wpos_input = wpos_temp; in emit_wpos_adjustment() 119 wpos_temp = wpos_input; in emit_wpos_adjustment() 127 wpos_temp_y = nir_fadd(b, nir_fmul(b, nir_channel(b, wpos_temp, 1), in emit_wpos_adjustment() 132 wpos_temp_y = nir_fadd(b, nir_fmul(b, nir_channel(b, wpos_temp, 1), in emit_wpos_adjustment() 137 wpos_temp = nir_vec4(b, in emit_wpos_adjustment() 138 nir_channel(b, wpos_temp, 0), in emit_wpos_adjustment() 140 nir_channel(b, wpos_temp, 2), in emit_wpos_adjustment() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 636 struct ureg_dst wpos_temp = ureg_DECL_temporary(ureg); in emit_wpos_adjustment() local 657 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp)); in emit_wpos_adjustment() 659 ureg_ADD(ureg, wpos_temp, wpos_input, in emit_wpos_adjustment() 662 wpos_input = ureg_src(wpos_temp); in emit_wpos_adjustment() 666 ureg_MOV(ureg, wpos_temp, wpos_input); in emit_wpos_adjustment() 676 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y), in emit_wpos_adjustment() 684 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y), in emit_wpos_adjustment() 692 *wpos = ureg_src(wpos_temp); in emit_wpos_adjustment()
|
D | st_glsl_to_tgsi.cpp | 5963 struct ureg_dst wpos_temp = ureg_DECL_temporary( ureg ); in emit_wpos_adjustment() local 5984 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp)); in emit_wpos_adjustment() 5986 ureg_ADD(ureg, wpos_temp, wpos_input, in emit_wpos_adjustment() 5989 wpos_input = ureg_src(wpos_temp); in emit_wpos_adjustment() 5993 ureg_MOV( ureg, wpos_temp, wpos_input ); in emit_wpos_adjustment() 6003 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ), in emit_wpos_adjustment() 6011 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ), in emit_wpos_adjustment() 6019 *wpos = ureg_src(wpos_temp); in emit_wpos_adjustment()
|