Searched refs:ureg_dst_indirect (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 929 ureg_dst_indirect( struct ureg_dst reg, struct ureg_src addr ) in ureg_dst_indirect() function
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 771 dst = ureg_dst_indirect(dst, ntt_reladdr(c, offset)); in ntt_get_dest() 1271 return ureg_dst_indirect(dst, ntt_reladdr(c, ntt_get_src(c, src))); in ntt_ureg_dst_indirect()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 743 reg = ureg_dst_indirect(sx->outputs[operand->index[0].imm].reg[0], addr); in translate_operand()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 6037 dst = ureg_dst_indirect(dst, translate_addr(t, dst_reg->reladdr, 0)); in translate_dst() 6346 dst[0] = ureg_dst_indirect(dst[0], in compile_tgsi_instruction()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1386 dst = ureg_dst_indirect(dst, tx_src_param(tx, param->rel)); in _tx_dst_param()
|