/external/angle/doc/ |
D | MetalBackendShaders.md | 4 Metal Shading Language (MSL) produced by ANGLE's shader translator. 12 and translated MSL for all shaders compiled by ANGLE. This is
|
/external/skia/src/gpu/graphite/mtl/ |
D | MtlUtils.mm | 138 SkDebugf("MSL:\n"); 159 // array<> is supported in MSL 2.0 on MacOS 10.13+ and iOS 11+, 160 // and in MSL 1.2 on iOS 10+ (but not MacOS).
|
/external/ImageMagick/coders/ |
D | msl.h | 27 MagickCoderExports(MSL)
|
D | coders-list.h | 115 AddMagickCoder(MSL)
|
/external/angle/third_party/vulkan-deps/spirv-cross/ |
D | README.chromium | 12 and MSL. This project is not secure (yet!) and should only be used for
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 38 MSL, enumerator 59 case AArch64_AM::MSL: return "msl"; in getShiftExtendName() 80 case 4: return AArch64_AM::MSL; in getShiftType() 108 case AArch64_AM::MSL: STEnc = 4; break; in getShifterImm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 38 MSL, enumerator 59 case AArch64_AM::MSL: return "msl"; in getShiftExtendName() 80 case 4: return AArch64_AM::MSL; in getShiftType() 108 case AArch64_AM::MSL: STEnc = 4; break; in getShifterImm()
|
/external/ImageMagick/ |
D | AUTHORS.txt | 85 Significant contributions to the MSL, JPEG, TIFF, SVG, and URL coders. 95 Authored the 'conjure' utility and associated MSL execution environment.
|
/external/rmi4utils/rmi4update/ |
D | rmi4update.cpp | 2026 unsigned char MSL[2]; in ReadMSL() local 2028 rc = m_device.Read(query9Addr, MSL, sizeof(MSL)); in ReadMSL() 2029 if (rc != sizeof(MSL)) in ReadMSL() 2032 m_MSL = MSL[0] << 8 | MSL[1]; in ReadMSL()
|
/external/skia/src/gpu/ganesh/mtl/ |
D | GrMtlUtil.mm | 90 SkDebugf("MSL:\n"); 111 // array<> is supported in MSL 2.0 on MacOS 10.13+ and iOS 11+, 112 // and in MSL 1.2 on iOS 10+ (but not MacOS).
|
D | GrMtlResourceProvider.mm | 225 // We've pre-compiled the MSL shaders but don't yet have the pipelineState
|
D | GrMtlPipelineStateBuilder.mm | 598 // Create any MSL shaders from pipeline data if necessary and cache 640 // Compile MSL to libraries
|
/external/skia/src/sksl/ |
D | README.md | 9 MSL before handing it over to the graphics driver. 70 MSL, SPIR-V, and WGSL, and differ from the corresponding primitives in GLSL.
|
/external/cronet/net/data/fuzzer_dictionaries/ |
D | net_websocket_frame_parser_fuzzer.dict | 40 "(2MSL),"
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Resize.miff | 15 …@3�?2�8&�7+�93�8?�JN�F?�81�88�6=�89�;,�<(�:&�J[�H[35$Y]=�i�YZw:i�Hg�Jj�Nn�MSL>RL=WQ<_XAqisvk�`\e`…
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.cc | 167 VIXL_ASSERT(shift != MSL); in Operand()
|
D | macro-assembler-aarch64.cc | 998 movi(vd, bytes[2], MSL, 16); in Movi32bitHelper() 1004 movi(vd, bytes[1], MSL, 8); in Movi32bitHelper() 1010 mvni(vd, ~bytes[2] & 0xff, MSL, 16); in Movi32bitHelper() 1015 mvni(vd, ~bytes[1] & 0xff, MSL, 8); in Movi32bitHelper()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_utils.mm | 759 NSLog(@"Forcing MSL Version: MTLLanguageVersion%d_%d\n", major, minor); 784 assert(0 && "Unsupported MSL Minor Language Version."); 815 assert(0 && "Unsupported MSL Minor Language Version."); 819 assert(0 && "Unsupported MSL Major Language Version.");
|
D | mtl_msl_utils.mm | 6 // mtl_msl_utils.h: Utilities to manipulate MSL.
|
D | DisplayMtl.mm | 149 ANGLE_MTL_LOG("Could not initialize: MSL 2.1 is not available."); 1338 // anglebug.com/8258 Builtin shaders currently require MSL 2.1
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 354 MSL, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 452 MSL, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedPredicates.td | 52 def CheckShiftMSL : CheckImmOperand_s<3, "AArch64_AM::MSL">;
|
/external/vixl/test/aarch64/ |
D | test-disasm-neon-aarch64.cc | 3099 COMPARE_MACRO(Mvni(v4.V2S(), 0xaa, MSL, 8), "mvni v4.2s, #0xaa, msl #8"); in TEST() 3100 COMPARE_MACRO(Mvni(v1.V2S(), 0xcc, MSL, 16), "mvni v1.2s, #0xcc, msl #16"); in TEST() 3101 COMPARE_MACRO(Mvni(v4.V4S(), 0xaa, MSL, 8), "mvni v4.4s, #0xaa, msl #8"); in TEST() 3102 COMPARE_MACRO(Mvni(v1.V4S(), 0xcc, MSL, 16), "mvni v1.4s, #0xcc, msl #16"); in TEST() 3115 COMPARE_MACRO(Movi(v4.V2S(), 0xaa, MSL, 8), "movi v4.2s, #0xaa, msl #8"); in TEST() 3116 COMPARE_MACRO(Movi(v1.V2S(), 0xcc, MSL, 16), "movi v1.2s, #0xcc, msl #16"); in TEST() 3117 COMPARE_MACRO(Movi(v4.V4S(), 0xaa, MSL, 8), "movi v4.4s, #0xaa, msl #8"); in TEST() 3118 COMPARE_MACRO(Movi(v1.V4S(), 0xcc, MSL, 16), "movi v1.4s, #0xcc, msl #16"); in TEST()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 981 ST == AArch64_AM::MSL); in isShifter() 1103 return getShiftExtendType() == AArch64_AM::MSL && in isMoveVecShifter() 2388 .Case("msl", AArch64_AM::MSL) in tryParseOptionalShiftExtend() 2409 ShOp == AArch64_AM::MSL) { in tryParseOptionalShiftExtend()
|