Home
last modified time | relevance | path

Searched refs:addr_temp (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitssboinstruction.cpp349 PValue addr_temp = create_register_from_nir_src(instr->src[1], 1); in emit_load_ssbo() local
352 emit_instruction(new AluInstruction(op2_lshr_int, addr_temp, {addr, PValue(new LiteralValue(2))}, in emit_load_ssbo()
370 auto ir = new FetchInstruction(dest, addr_temp, in emit_load_ssbo()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1324 struct ureg_dst addr_temp = ureg_dst_undef(); in ntt_emit_load_ubo() local
1337 addr_temp = ureg_DECL_temporary(c->ureg); in ntt_emit_load_ubo()
1338 … ureg_UADD(c->ureg, addr_temp, ntt_get_src(c, instr->src[0]), ureg_imm1i(c->ureg, -c->first_ubo)); in ntt_emit_load_ubo()
1340 ntt_reladdr(c, ureg_src(addr_temp)), in ntt_emit_load_ubo()
1381 ureg_release_temporary(c->ureg, addr_temp); in ntt_emit_load_ubo()
1413 struct ureg_dst addr_temp = ureg_dst_undef(); in ntt_emit_mem() local
1432 addr_temp = ureg_DECL_temporary(c->ureg); in ntt_emit_mem()
1433 ureg_USHR(c->ureg, addr_temp, ntt_get_src(c, instr->src[0]), ureg_imm1i(c->ureg, 2)); in ntt_emit_mem()
1434 memory = ureg_src_indirect(memory, ntt_reladdr(c, ureg_src(addr_temp))); in ntt_emit_mem()
1565 ureg_release_temporary(c->ureg, addr_temp); in ntt_emit_mem()