Home
last modified time | relevance | path

Searched refs:avoid_instr (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/asahi/compiler/
Dagx_nir_opt_preamble.c278 avoid_instr(const nir_instr *instr, const void *data) in avoid_instr() function
326 .avoid_instr_cb = avoid_instr,
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_opt_preamble.c243 avoid_instr(const nir_instr *instr, const void *data) in avoid_instr() function
308 .avoid_instr_cb = avoid_instr, in ir3_nir_opt_preamble()
/external/mesa3d/src/compiler/nir/
Dnir_opt_preamble.c338 avoid_instr(nir_instr *instr, const nir_opt_preamble_options *options) in avoid_instr() function
784 bool is_candidate = !avoid_instr(instr, options); in nir_opt_preamble()