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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_inline_helpers.h5 _nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state)
71 nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state)
H A Dnir.h4253 typedef bool (*nir_foreach_dest_cb)(nir_dest *dest, void *state); typedef in typeref:typename:bool (*)(nir_dest * dest,void * state)
4257 static inline bool nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir.c924 visit_alu_dest(nir_alu_instr *instr, nir_foreach_dest_cb cb, void *state)
930 visit_deref_dest(nir_deref_instr *instr, nir_foreach_dest_cb cb, void *state)
936 visit_intrinsic_dest(nir_intrinsic_instr *instr, nir_foreach_dest_cb cb,
946 visit_texture_dest(nir_tex_instr *instr, nir_foreach_dest_cb cb,
953 visit_phi_dest(nir_phi_instr *instr, nir_foreach_dest_cb cb, void *state)
960 nir_foreach_dest_cb cb, void *state)
971 nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state)
H A Dnir.h2960 typedef bool (*nir_foreach_dest_cb)(nir_dest *dest, void *state); typedef in typeref:typename:bool (*)(nir_dest * dest,void * state)
2964 bool nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state);

Completed in 19 milliseconds