Home
last modified time | relevance | path

Searched refs:_nir_foreach_dest (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_inline_helpers.h0 /* _nir_foreach_dest() needs to be ALWAYS_INLINE so that it can inline the
5 _nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state) in _nir_foreach_dest() function
73 return _nir_foreach_dest(instr, cb, state); in nir_foreach_dest()
163 return _nir_foreach_dest(instr, _nir_visit_dest_indirect, &dest_state); in nir_foreach_src()

Completed in 1 milliseconds