Searched refs:nir_dest_copy (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_locals_to_regs.c | 211 nir_dest_copy(&mov->dest.dest, &intrin->dest, &mov->instr); in lower_locals_to_regs_block()
|
D | nir.c | 300 void nir_dest_copy(nir_dest *dest, const nir_dest *src, nir_instr *instr) in nir_dest_copy() function 332 nir_dest_copy(&dest->dest, &src->dest, &instr->instr); in nir_alu_dest_copy() 1558 nir_dest_copy(dest, &new_dest, instr); in nir_instr_rewrite_dest()
|
D | nir.h | 1008 void nir_dest_copy(nir_dest *dest, const nir_dest *src, nir_instr *instr);
|