Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h178 OPC_ISAMM = _OPC(5, 2), enumerator
1106 case OPC_ISAMM: in is_isam()
Ddisasm-a3xx.c692 [opc_op(OPC_ISAMM)] = { true, false, true, true, }, in print_instr_cat5()
1417 OPC(5, OPC_ISAMM, isamm),
Dir3_parser.y716 | T_OP_ISAMM { new_instr(OPC_ISAMM); }
Dir3_compiler_nir.c2277 case nir_texop_txf_ms: opc = OPC_ISAMM; break; in emit_tex()
2355 if (opc == OPC_ISAMM) { in emit_tex()