Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_locals_to_regs.c211 nir_dest_copy(&mov->dest.dest, &intrin->dest, &mov->instr); in lower_locals_to_regs_block()
Dnir.c300 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()
Dnir.h1008 void nir_dest_copy(nir_dest *dest, const nir_dest *src, nir_instr *instr);