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.c157 before_block->brtype = IR3_BRANCH_GETONE; in lower_block()
190 before_block->brtype = IR3_BRANCH_GETONE; in lower_block()
Dir3_legalize.c669 if (block->brtype == IR3_BRANCH_GETONE) { in block_sched()
710 case IR3_BRANCH_GETONE: in block_sched()
Dir3_print.c492 case IR3_BRANCH_GETONE: in print_block()
Dir3.h540 IR3_BRANCH_GETONE, /* subgroupElect() */ enumerator
Dir3_compiler_nir.c3043 ctx->block->brtype = IR3_BRANCH_GETONE; in emit_if()