Home
last modified time | relevance | path

Searched refs:OPC_READ_COND_MACRO (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c138 case OPC_READ_COND_MACRO: in lower_block()
166 case OPC_READ_COND_MACRO: in lower_block()
178 case OPC_READ_COND_MACRO: in lower_block()
213 case OPC_READ_COND_MACRO: in lower_block()
217 unsigned src = instr->opc == OPC_READ_COND_MACRO ? 1 : 0; in lower_block()
Dinstr-a3xx.h125 OPC_READ_COND_MACRO = _OPC(1, 54), enumerator
Dir3_validate.c232 instr->opc == OPC_READ_COND_MACRO) { in validate_instr()
Ddisasm-a3xx.c194 OPC(1, OPC_READ_COND_MACRO, read_cond.macro),