Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h929 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.c771 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/
DShaderTGSI.c743 reg = ureg_dst_indirect(sx->outputs[operand->index[0].imm].reg[0], addr); in translate_operand()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6037 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/
Dnine_shader.c1386 dst = ureg_dst_indirect(dst, tx_src_param(tx, param->rel)); in _tx_dst_param()