Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_locals_to_regs.c221 nir_dest_copy(&mov->dest.dest, &intrin->dest); in lower_locals_to_regs_block()
Dnir.c476 void nir_dest_copy(nir_dest *dest, const nir_dest *src) in nir_dest_copy() function
508 nir_dest_copy(&dest->dest, &src->dest); in nir_alu_dest_copy()
1726 nir_dest_copy(dest, &new_dest); in nir_instr_rewrite_dest()
Dnir.h1140 void nir_dest_copy(nir_dest *dest, const nir_dest *src);
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1667 - nir: avoiding reading unitialized memory when using nir_dest_copy