Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h221 OPC_ISAMM = _OPC(5, 2), enumerator
610 case OPC_ISAMM: in is_isam()
Ddisasm-a3xx.c280 OPC(5, OPC_ISAMM, isamm),
Dir3_parser.y951 | T_OP_ISAMM { new_instr(OPC_ISAMM); }
Dir3_compiler_nir.c2510 opc = OPC_ISAMM; in emit_tex()
2589 if (opc == OPC_ISAMM) { in emit_tex()