Searched defs:nir_dest (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/nir/
H A Dnir.h369 /** set of nir_dest's where this register is defined (written to) */
530 } nir_dest; typedef in typeref:struct:__anon14687
532 static inline nir_dest
535 nir_dest dest = { { { NULL } } };
542 list_for_each_entry(nir_dest, dest, &(reg)->defs, reg.def_link)
545 list_for_each_entry_safe(nir_dest, dest, &(reg)->defs, reg.def_link)
571 static inline nir_dest
574 nir_dest dest = NIR_DEST_INIT;
588 nir_dest_bit_size(nir_dest dest)
594 void nir_dest_copy(nir_dest *des
[all...]

Completed in 67 milliseconds