Searched refs:nir_foreach_dest_cb (Results 1 – 2 of 2) sorted by relevance
5 _nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state) in _nir_foreach_dest()71 nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state) in nir_foreach_dest()
4134 typedef bool (*nir_foreach_dest_cb)(nir_dest *dest, void *state); typedef4138 static inline bool nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state);