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

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_depth.c 149 instr->flags |= IR3_INSTR_UNUSED;
185 if (instr->flags & IR3_INSTR_UNUSED)
192 if (in && (in->flags & IR3_INSTR_UNUSED))
ir3.h 208 IR3_INSTR_UNUSED= 0x2000,
757 debug_assert(!(reg->instr && (reg->instr->flags & IR3_INSTR_UNUSED)));
    [all...]
ir3_ra.c 381 if (a->flags & IR3_INSTR_UNUSED)
439 while (f && (f->flags & IR3_INSTR_UNUSED)) {
    [all...]
ir3_sched.c 306 if (baryf->flags & IR3_INSTR_UNUSED)
ir3_compiler_nir.c     [all...]

Completed in 46 milliseconds