Home
last modified time | relevance | path

Searched refs:nir_foreach_dest_cb (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_inline_helpers.h5 _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()
Dnir.h4134 typedef bool (*nir_foreach_dest_cb)(nir_dest *dest, void *state); typedef
4138 static inline bool nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state);