Searched refs:nir_dest_copy (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_atomics.c | 166 nir_dest_copy(&new_instr->dest, &instr->dest, mem_ctx); in lower_instr()
|
D | nir_lower_locals_to_regs.c | 223 nir_dest_copy(&mov->dest.dest, &intrin->dest, &mov->instr); in lower_locals_to_regs_block()
|
D | nir_lower_io.c | 472 nir_dest_copy(&replacement->dest, &intrin->dest, &intrin->instr); in nir_lower_io_block()
|
D | nir.c | 229 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()
|
D | nir.h | 635 void nir_dest_copy(nir_dest *dest, const nir_dest *src, nir_instr *instr);
|