Searched refs:ureg_dst_indirect (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 930 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 | 1256 dst = ureg_dst_indirect(dst, ntt_reladdr(c, offset, 0)); in ntt_get_dest() 1746 return ureg_dst_indirect(dst, ntt_reladdr(c, ntt_get_src(c, src), 0)); 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/gallium/frontends/nine/ |
D | nine_shader.c | 1386 dst = ureg_dst_indirect(dst, tx_src_param(tx, param->rel)); in _tx_dst_param()
|