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 144 last_rel->flags |= IR3_INSTR_UL;
252 last_rel->flags |= IR3_INSTR_UL;
ir3.c 182 cat1->ul = !!(instr->flags & IR3_INSTR_UL);
262 cat2->ul = !!(instr->flags & IR3_INSTR_UL);
358 cat3->ul = !!(instr->flags & IR3_INSTR_UL);
405 cat4->ul = !!(instr->flags & IR3_INSTR_UL);
ir3.h 196 IR3_INSTR_UL = 0x008,
    [all...]

Completed in 44 milliseconds