Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_peephole_select.c63 bool alu_ok, bool indirect_load_ok, in block_check_for_allowed_instrs() argument
82 if (!indirect_load_ok && nir_deref_instr_has_indirect(deref)) in block_check_for_allowed_instrs()
194 unsigned limit, bool indirect_load_ok, in nir_opt_peephole_select_block() argument
219 indirect_load_ok = true; in nir_opt_peephole_select_block()
226 indirect_load_ok, expensive_alu_ok) || in nir_opt_peephole_select_block()
228 indirect_load_ok, expensive_alu_ok)) in nir_opt_peephole_select_block()
295 bool indirect_load_ok, bool expensive_alu_ok) in nir_opt_peephole_select_impl() argument
302 indirect_load_ok, in nir_opt_peephole_select_impl()
317 bool indirect_load_ok, bool expensive_alu_ok) in nir_opt_peephole_select() argument
324 indirect_load_ok, in nir_opt_peephole_select()
Dnir.h5103 bool indirect_load_ok, bool expensive_alu_ok);