Home
last modified time | relevance | path

Searched refs:IR3_INSTR_JP (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3.c138 cat0->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat0()
188 cat1->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat1()
268 cat2->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat2()
361 cat3->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat3()
409 cat4->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat4()
465 cat5->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat5()
480 cat6->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat6()
662 cat7->jmp_tgt = !!(instr->flags & IR3_INSTR_JP); in emit_cat7()
Dir3_legalize.c402 target->flags |= IR3_INSTR_JP; in mark_convergence_points()
Dir3.h195 IR3_INSTR_JP = 0x004, enumerator