Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c241 case OPC_BALLOT_MACRO: in lower_instr()
311 if (instr->opc == OPC_BALLOT_MACRO) { in lower_instr()
321 case OPC_BALLOT_MACRO: in lower_instr()
333 case OPC_BALLOT_MACRO: in lower_instr()
360 case OPC_BALLOT_MACRO: { in lower_instr()
Dinstr-a3xx.h122 OPC_BALLOT_MACRO = _OPC(1, 50), enumerator
Dir3_validate.c228 if (instr->opc == OPC_MOVMSK || instr->opc == OPC_BALLOT_MACRO) { in validate_instr()
Ddisasm-a3xx.c188 OPC(1, OPC_BALLOT_MACRO, ballot.macro),
Dir3.h927 case OPC_BALLOT_MACRO: in is_subgroup_cond_mov_macro()
2041 ir3_instr_create(block, OPC_BALLOT_MACRO, 1, 1); in ir3_BALLOT_MACRO()