Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h220 OPC_ISAML = _OPC(5, 1), enumerator
609 case OPC_ISAML: in is_isam()
Ddisasm-a3xx.c279 OPC(5, OPC_ISAML, isaml),
Dir3_compiler_nir.c2483 opc = OPC_ISAML; in emit_tex()
2537 if (ctx->compiler->unminify_coords && (opc == OPC_ISAML)) { in emit_tex()
2601 opc = OPC_ISAML; in emit_tex()
Dir3_parser.y950 | T_OP_ISAML { new_instr(OPC_ISAML); }