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

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.c 138 cat0->jmp_tgt = !!(instr->flags & IR3_INSTR_JP);
188 cat1->jmp_tgt = !!(instr->flags & IR3_INSTR_JP);
268 cat2->jmp_tgt = !!(instr->flags & IR3_INSTR_JP);
361 cat3->jmp_tgt = !!(instr->flags & IR3_INSTR_JP);
409 cat4->jmp_tgt = !!(instr->flags & IR3_INSTR_JP);
465 cat5->jmp_tgt = !!(instr->flags & IR3_INSTR_JP);
480 cat6->jmp_tgt = !!(instr->flags & IR3_INSTR_JP);
662 cat7->jmp_tgt = !!(instr->flags & IR3_INSTR_JP);
ir3_legalize.c 402 target->flags |= IR3_INSTR_JP;
ir3.h 195 IR3_INSTR_JP = 0x004,
    [all...]

Completed in 42 milliseconds