Home
last modified time | relevance | path

Searched refs:ureg_dst_indirect (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h930 ureg_dst_indirect( struct ureg_dst reg, struct ureg_src addr ) in ureg_dst_indirect() function
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1256 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/
DShaderTGSI.c743 reg = ureg_dst_indirect(sx->outputs[operand->index[0].imm].reg[0], addr); in translate_operand()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c1386 dst = ureg_dst_indirect(dst, tx_src_param(tx, param->rel)); in _tx_dst_param()