| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_wpos_ytransform.c | 84 nir_ssa_def *wpostrans, *wpos_temp, *wpos_temp_y, *wpos_input; local in function:emit_wpos_adjustment 108 wpos_temp = nir_fadd(b, wpos_input, adj_temp); 110 wpos_temp = nir_fadd(b, 114 wpos_input = wpos_temp; 116 /* MOV wpos_temp, input[wpos] 118 wpos_temp = wpos_input; 125 /* wpos_temp.y = wpos_input * wpostrans.xxxx + wpostrans.yyyy */ 126 wpos_temp_y = nir_fadd(b, nir_fmul(b, nir_channel(b, wpos_temp, 1), 130 /* wpos_temp.y = wpos_input * wpostrans.zzzz + wpostrans.wwww */ 131 wpos_temp_y = nir_fadd(b, nir_fmul(b, nir_channel(b, wpos_temp, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_wpos_ytransform.c | 84 nir_ssa_def *wpostrans, *wpos_temp, *wpos_temp_y, *wpos_input; local in function:emit_wpos_adjustment 108 wpos_temp = nir_fadd(b, wpos_input, adj_temp); 110 wpos_temp = nir_fadd(b, 114 wpos_input = wpos_temp; 116 /* MOV wpos_temp, input[wpos] 118 wpos_temp = wpos_input; 125 /* wpos_temp.y = wpos_input * wpostrans.xxxx + wpostrans.yyyy */ 126 wpos_temp_y = nir_fadd(b, nir_fmul(b, nir_channel(b, wpos_temp, 1), 130 /* wpos_temp.y = wpos_input * wpostrans.zzzz + wpostrans.wwww */ 131 wpos_temp_y = nir_fadd(b, nir_fmul(b, nir_channel(b, wpos_temp, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_mesa_to_tgsi.c | 636 struct ureg_dst wpos_temp = ureg_DECL_temporary(ureg); 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); 664 /* MOV wpos_temp, input[wpos] 666 ureg_MOV(ureg, wpos_temp, wpos_input); 673 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy 676 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y), 681 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww 684 ureg_writemask(wpos_temp, TGSI_WRITEMASK_ [all...] |
| H A D | st_glsl_to_tgsi.cpp | 6355 struct ureg_dst wpos_temp = ureg_DECL_temporary(ureg); 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); 6383 /* MOV wpos_temp, input[wpos] 6385 ureg_MOV(ureg, wpos_temp, wpos_input); 6392 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy 6395 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y), 6400 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww 6403 ureg_writemask(wpos_temp, TGSI_WRITEMASK_ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 6412 struct ureg_dst wpos_temp = ureg_DECL_temporary(ureg); 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); 6440 /* MOV wpos_temp, input[wpos] 6442 ureg_MOV(ureg, wpos_temp, wpos_input); 6449 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy 6452 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y), 6457 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww 6460 ureg_writemask(wpos_temp, TGSI_WRITEMASK_ [all...] |