Searched refs:OPC_ISAML (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 177 OPC_ISAML = _OPC(5, 1), enumerator 1105 case OPC_ISAML: in is_isam()
|
D | disasm-a3xx.c | 691 [opc_op(OPC_ISAML)] = { true, true, true, true, }, in print_instr_cat5() 1416 OPC(5, OPC_ISAML, isaml),
|
D | ir3_parser.y | 715 | T_OP_ISAML { new_instr(OPC_ISAML); }
|
D | ir3_compiler_nir.c | 2262 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()
|