Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h177 OPC_ISAML = _OPC(5, 1), enumerator
1105 case OPC_ISAML: in is_isam()
Ddisasm-a3xx.c691 [opc_op(OPC_ISAML)] = { true, true, true, true, }, in print_instr_cat5()
1416 OPC(5, OPC_ISAML, isaml),
Dir3_parser.y715 | T_OP_ISAML { new_instr(OPC_ISAML); }
Dir3_compiler_nir.c2262 case nir_texop_txf: opc = OPC_ISAML; break; in emit_tex()
2303 if (ctx->compiler->unminify_coords && (opc == OPC_ISAML)) { in emit_tex()
2367 opc = OPC_ISAML; in emit_tex()