Searched refs:OPC_SAML (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 224 OPC_SAML = _OPC(5, 5), enumerator in enum:__anon12988a590103
|
| H A D | disasm-a3xx.c | 283 OPC(5, OPC_SAML, saml),
|
| H A D | ir3_parser.y | 954 | T_OP_SAML { new_instr(OPC_SAML); }
|
| H A D | ir3_compiler_nir.c | 2471 opc = has_lod ? OPC_SAML : OPC_SAM; 2477 opc = OPC_SAML;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 144 OPC_SAML = _OPC(5, 5), enumerator in enum:__anon3a3a0e460103
|
| H A D | disasm-a3xx.c | 406 [opc_op(OPC_SAML)] = { true, true, true, true, }, 967 OPC(5, OPC_SAML, saml),
|
| H A D | ir3_compiler_nir.c | 1743 case nir_texop_tex: opc = has_lod ? OPC_SAML : OPC_SAM; break; 1745 case nir_texop_txl: opc = OPC_SAML; break;
|
Completed in 17 milliseconds