Home
last modified time | relevance | path

Searched refs:IR3_INSTR_UNUSED (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_depth.c149 instr->flags |= IR3_INSTR_UNUSED; in remove_unused_by_block()
185 if (instr->flags & IR3_INSTR_UNUSED) in ir3_depth()
192 if (in && (in->flags & IR3_INSTR_UNUSED)) in ir3_depth()
Dir3.h208 IR3_INSTR_UNUSED= 0x2000, enumerator
757 debug_assert(!(reg->instr && (reg->instr->flags & IR3_INSTR_UNUSED))); in ssa()
Dir3_ra.c381 if (a->flags & IR3_INSTR_UNUSED) in instr_before()
439 while (f && (f->flags & IR3_INSTR_UNUSED)) { in get_definer()
Dir3_sched.c306 if (baryf->flags & IR3_INSTR_UNUSED) in check_instr()
Dir3_compiler_nir.c3398 if (in && !(in->flags & IR3_INSTR_UNUSED)) { in ir3_compile_shader_nir()