Home
last modified time | relevance | path

Searched refs:IR3_BRANCH_GETONE (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c288 header->brtype = IR3_BRANCH_GETONE; in lower_instr()
312 before_block->brtype = IR3_BRANCH_GETONE; in lower_instr()
346 before_block->brtype = IR3_BRANCH_GETONE; in lower_instr()
Dir3_legalize.c734 if (block->brtype == IR3_BRANCH_GETONE || in block_sched()
741 if (block->brtype == IR3_BRANCH_GETONE) in block_sched()
779 case IR3_BRANCH_GETONE: in block_sched()
Dir3_print.c537 case IR3_BRANCH_GETONE: in print_block()
Dir3.h586 IR3_BRANCH_GETONE, /* subgroupElect() */ enumerator
Dir3_compiler_nir.c3630 ctx->block->brtype = IR3_BRANCH_GETONE; in emit_if()