HomeSort by relevance Sort by last modified time
    Searched refs:nir_instr_set_remove (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_instr_set.h 34 * nir_instr_set_add_or_rewrite() and nir_instr_set_remove(), and if the
59 void nir_instr_set_remove(struct set *instr_set, nir_instr *instr);
nir_opt_cse.c 59 nir_instr_set_remove(instr_set, instr);
nir_instr_set.c 534 nir_instr_set_remove(struct set *instr_set, nir_instr *instr) function

Completed in 492 milliseconds