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

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_legalize.c 139 last_rel->flags |= IR3_INSTR_UL;
234 last_rel->flags |= IR3_INSTR_UL;
ir3.c 188 cat1->ul = !!(instr->flags & IR3_INSTR_UL);
268 cat2->ul = !!(instr->flags & IR3_INSTR_UL);
364 cat3->ul = !!(instr->flags & IR3_INSTR_UL);
411 cat4->ul = !!(instr->flags & IR3_INSTR_UL);
ir3.h 175 IR3_INSTR_UL = 0x008,

Completed in 83 milliseconds