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.h235 OPC_ISAMM = _OPC(5, 2), enumerator
751 case OPC_ISAMM: in is_isam()
Ddisasm-a3xx.c288 OPC(5, OPC_ISAMM, isamm),
Dir3_parser.y1028 | T_OP_ISAMM { new_instr(OPC_ISAMM); }
Dir3_compiler_nir.c3037 opc = OPC_ISAMM; in emit_tex()
3112 if (opc == OPC_ISAMM) { in emit_tex()