Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_atomics.c166 nir_dest_copy(&new_instr->dest, &instr->dest, mem_ctx); in lower_instr()
Dnir_lower_locals_to_regs.c223 nir_dest_copy(&mov->dest.dest, &intrin->dest, &mov->instr); in lower_locals_to_regs_block()
Dnir_lower_io.c472 nir_dest_copy(&replacement->dest, &intrin->dest, &intrin->instr); in nir_lower_io_block()
Dnir.c229 void nir_dest_copy(nir_dest *dest, const nir_dest *src, nir_instr *instr) in nir_dest_copy() function
261 nir_dest_copy(&dest->dest, &src->dest, &instr->instr); in nir_alu_dest_copy()
1535 nir_dest_copy(dest, &new_dest, instr); in nir_instr_rewrite_dest()
Dnir.h635 void nir_dest_copy(nir_dest *dest, const nir_dest *src, nir_instr *instr);