/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 92 unsupported enumerator 99 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) { in RuntimeLibcallSignatureTable() 333 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_1] = unsupported; in RuntimeLibcallSignatureTable() 334 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_2] = unsupported; in RuntimeLibcallSignatureTable() 335 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_4] = unsupported; in RuntimeLibcallSignatureTable() 336 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_8] = unsupported; in RuntimeLibcallSignatureTable() 337 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_16] = unsupported; in RuntimeLibcallSignatureTable() 338 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_1] = unsupported; in RuntimeLibcallSignatureTable() 339 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_2] = unsupported; in RuntimeLibcallSignatureTable() 340 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_4] = unsupported; in RuntimeLibcallSignatureTable() [all …]
|
/third_party/glslang/Test/ |
D | spv.RayCallable_Errors.rcall | 3 hitAttributeNV vec4 hitattr; // ERROR, hitattributeNV unsupported in… 4 rayPayloadNV vec4 payload; // ERROR, rayPayloadNV unsupported in t… 5 rayPayloadInNV vec4 payloadIn; // ERROR, rayPayloadInNV unsupported in… 9 int e0 = gl_PrimitiveID; // ERROR, unsupported builtin in stage 10 int e1 = gl_InstanceID; // ERROR, unsupported builtin in stage 11 int e3 = gl_InstanceCustomIndexNV; // ERROR, unsupported builtin in stage 12 vec3 e4 = gl_WorldRayOriginNV; // ERROR, unsupported builtin in stage 13 vec3 e5 = gl_WorldRayDirectionNV; // ERROR, unsupported builtin in stage 14 vec3 e6 = gl_ObjectRayOriginNV; // ERROR, unsupported builtin in stage 15 vec3 e7 = gl_ObjectRayDirectionNV; // ERROR, unsupported builtin in stage [all …]
|
D | spv.ext.RayCallable_Errors.rcall | 3 hitAttributeEXT vec4 hitattr; // ERROR, hitattributeEXT unsupported … 4 rayPayloadEXT vec4 payload; // ERROR, rayPayloadEXT unsupported in… 5 rayPayloadInEXT vec4 payloadIn; // ERROR, rayPayloadInEXT unsupported … 9 int e0 = gl_PrimitiveID; // ERROR, unsupported builtin in stage 10 int e1 = gl_InstanceID; // ERROR, unsupported builtin in stage 11 int e3 = gl_InstanceCustomIndexEXT; // ERROR, unsupported builtin in stage 12 vec3 e4 = gl_WorldRayOriginEXT; // ERROR, unsupported builtin in stage 13 vec3 e5 = gl_WorldRayDirectionEXT; // ERROR, unsupported builtin in stage 14 vec3 e6 = gl_ObjectRayOriginEXT; // ERROR, unsupported builtin in stage 15 vec3 e7 = gl_ObjectRayDirectionEXT; // ERROR, unsupported builtin in stage [all …]
|
D | spv.ext.RayGenShader_Errors.rgen | 3 hitAttributeEXT vec4 payload; // ERROR, hitattributeEXT unsupported … 4 rayPayloadInEXT vec4 payloadIn; // ERROR, rayPayloadIn unsupported in … 5 layout(shaderRecordEXT) uniform ublock // ERROR, shaderRecordEXT unsupported … 9 layout(binding = 0, shaderRecordEXT) buffer bblock { // ERROR, binding unsupported on shade… 12 layout(set = 0, shaderRecordEXT) buffer bblock2 { // ERROR, set unsupported on shaderRec… 24 int e0 = gl_PrimitiveID; // ERROR, unsupported builtin in stage 25 int e1 = gl_InstanceID; // ERROR, unsupported builtin in stage 26 int e3 = gl_InstanceCustomIndexEXT; // ERROR, unsupported builtin in stage 27 vec3 e4 = gl_WorldRayOriginEXT; // ERROR, unsupported builtin in stage 28 vec3 e5 = gl_WorldRayDirectionEXT; // ERROR, unsupported builtin in stage [all …]
|
D | spv.RayGenShader_Errors.rgen | 3 hitAttributeNV vec4 payload; // ERROR, hitattributeNV unsupported in… 4 rayPayloadInNV vec4 payloadIn; // ERROR, rayPayloadIn unsupported in t… 5 layout(shaderRecordNV) uniform ublock // ERROR, shaderRecordNV unsupported on… 9 layout(binding = 0, shaderRecordNV) buffer bblock { // ERROR, binding unsupported on shader… 12 layout(set = 0, shaderRecordNV) buffer bblock2 { // ERROR, set unsupported on shaderReco… 24 int e0 = gl_PrimitiveID; // ERROR, unsupported builtin in stage 25 int e1 = gl_InstanceID; // ERROR, unsupported builtin in stage 26 int e3 = gl_InstanceCustomIndexNV; // ERROR, unsupported builtin in stage 27 vec3 e4 = gl_WorldRayOriginNV; // ERROR, unsupported builtin in stage 28 vec3 e5 = gl_WorldRayDirectionNV; // ERROR, unsupported builtin in stage [all …]
|
D | spv.ext.MissShader_Errors.rmiss | 3 hitAttributeEXT vec4 payload; // ERROR, hitattributeEXT unsupported i… 6 int e0 = gl_PrimitiveID; // ERROR, unsupported builtin in stage 7 int e1 = gl_InstanceID; // ERROR, unsupported builtin in stage 8 int e3 = gl_InstanceCustomIndexEXT; // ERROR, unsupported builtin in stage 9 mat4x3 e10 = gl_ObjectToWorldEXT; // ERROR, unsupported builtin in stage 10 mat4x3 e11 = gl_WorldToObjectEXT; // ERROR, unsupported builtin in stage 11 float e12 = gl_HitTEXT; // ERROR, unsupported builtin in stage 12 float e13 = gl_HitKindEXT; // ERROR, unsupported builtin in stage 13 reportIntersectionEXT(1.0, 1U); // ERROR, unsupported builtin in stage 14 ignoreIntersectionEXT(); // ERROR, unsupported builtin in stage [all …]
|
D | spv.MissShader_Errors.rmiss | 3 hitAttributeNV vec4 payload; // ERROR, hitattributeNV unsupported in … 6 int e0 = gl_PrimitiveID; // ERROR, unsupported builtin in stage 7 int e1 = gl_InstanceID; // ERROR, unsupported builtin in stage 8 int e3 = gl_InstanceCustomIndexNV; // ERROR, unsupported builtin in stage 9 mat4x3 e10 = gl_ObjectToWorldNV; // ERROR, unsupported builtin in stage 10 mat4x3 e11 = gl_WorldToObjectNV; // ERROR, unsupported builtin in stage 11 float e12 = gl_HitTNV; // ERROR, unsupported builtin in stage 12 float e13 = gl_HitKindNV; // ERROR, unsupported builtin in stage 13 reportIntersectionNV(1.0, 1U); // ERROR, unsupported builtin in stage 14 ignoreIntersectionNV(); // ERROR, unsupported builtin in stage [all …]
|
D | spv.ext.IntersectShader_Errors.rint | 3 rayPayloadInEXT vec4 payloadIn; // ERROR, rayPayloadIn unsupported in t… 8 float e12 = gl_HitTEXT; // ERROR, unsupported builtin in stage 9 float e13 = gl_HitKindEXT; // ERROR, unsupported builtin in stage 10 … traceRayEXT(accEXT, 0, 0, 1, 1, 0, vec3(0.0f), 0.5f, vec3(1.0f), 0.75f, 0); // ERROR, unsupported
|
D | spv.IntersectShader_Errors.rint | 3 rayPayloadInNV vec4 payloadIn; // ERROR, rayPayloadIn unsupported in th… 8 float e12 = gl_HitTNV; // ERROR, unsupported builtin in stage 9 float e13 = gl_HitKindNV; // ERROR, unsupported builtin in stage 10 traceNV(accNV, 0, 0, 1, 1, 0, vec3(0.0f), 0.5f, vec3(1.0f), 0.75f, 0); // ERROR, unsupported
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | _analyzer.py | 150 unsupported = _check_unsupported(decl, typedeps, types, knowntypes) 151 extra['unsupported'] = unsupported 182 unsupported = [] 185 unsupported.append(checked) 186 if any(None if v is FIXED_TYPE else v for v in unsupported): 187 return unsupported 188 elif FIXED_TYPE in unsupported: 247 unsupported = extra.get('unsupported') 248 if unsupported is FIXED_TYPE: 249 unsupported = None [all …]
|
/third_party/json/doc/mkdocs/docs/features/binary_formats/ |
D | bson.md | 63 undefined | 0x06 | *unsupported* 64 ObjectId | 0x07 | *unsupported* 66 UTC Date-Time | 0x09 | *unsupported* 68 Regular Expr. | 0x0B | *unsupported* 69 DB Pointer | 0x0C | *unsupported* 70 JavaScript Code | 0x0D | *unsupported* 71 Symbol | 0x0E | *unsupported* 72 JavaScript Code | 0x0F | *unsupported* 74 Timestamp | 0x11 | *unsupported* 75 128-bit decimal float | 0x13 | *unsupported* [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.4.4.rst | 46 SVGA unsupported 47 Wind River UGL unsupported 48 DJGPP unsupported 49 GGI unsupported 50 BeOS unsupported 51 Allegro unsupported 52 D3D unsupported
|
D | 7.4.2.rst | 52 SVGA unsupported 53 Wind River UGL unsupported 54 DJGPP unsupported 55 GGI unsupported 56 BeOS unsupported 57 Allegro unsupported 58 D3D unsupported
|
D | 7.4.rst | 66 SVGA unsupported 67 Wind River UGL unsupported 68 DJGPP unsupported 69 GGI unsupported 70 BeOS unsupported 71 Allegro unsupported 72 D3D unsupported
|
D | 7.4.3.rst | 57 SVGA unsupported 58 Wind River UGL unsupported 59 DJGPP unsupported 60 GGI unsupported 61 BeOS unsupported 62 Allegro unsupported 63 D3D unsupported
|
D | 7.3.rst | 68 SVGA unsupported 69 Wind River UGL unsupported 70 DJGPP unsupported 71 GGI unsupported 72 BeOS unsupported 73 Allegro unsupported 74 D3D unsupported
|
D | 7.4.1.rst | 58 SVGA unsupported 59 Wind River UGL unsupported 60 DJGPP unsupported 61 GGI unsupported 62 BeOS unsupported 63 Allegro unsupported 64 D3D unsupported
|
D | 7.0.4.rst | 61 SVGA unsupported 62 Wind River UGL unsupported 63 DJGPP unsupported 64 GGI unsupported 65 BeOS unsupported 66 Allegro unsupported 67 D3D unsupported
|
D | 7.0.3.rst | 67 SVGA unsupported 68 Wind River UGL unsupported 69 DJGPP unsupported 70 GGI unsupported 71 BeOS unsupported 72 Allegro unsupported 73 D3D unsupported
|
D | 7.0.rst | 73 SVGA unsupported 74 Wind River UGL unsupported 75 DJGPP unsupported 76 GGI unsupported 77 BeOS unsupported 78 Allegro unsupported 79 D3D unsupported
|
D | 7.0.1.rst | 82 SVGA unsupported 83 Wind River UGL unsupported 84 DJGPP unsupported 85 GGI unsupported 86 BeOS unsupported 87 Allegro unsupported 88 D3D unsupported
|
D | 7.0.2.rst | 70 SVGA unsupported 71 Wind River UGL unsupported 72 DJGPP unsupported 73 GGI unsupported 74 BeOS unsupported 75 Allegro unsupported 76 D3D unsupported
|
D | 7.1.rst | 71 SVGA unsupported 72 Wind River UGL unsupported 73 DJGPP unsupported 74 GGI unsupported 75 BeOS unsupported 76 Allegro unsupported 77 D3D unsupported
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_constant_fold.c | 32 bi_fold_constant(bi_instr *I, bool *unsupported) in bi_fold_constant() argument 39 *unsupported = true; in bi_fold_constant() 80 *unsupported = true; in bi_fold_constant() 88 bool unsupported = false; in bi_opt_constant_fold() local 89 uint32_t replace = bi_fold_constant(ins, &unsupported); in bi_opt_constant_fold() 90 if (unsupported) continue; in bi_opt_constant_fold()
|
/third_party/flutter/skia/third_party/externals/wuffs/ |
D | build-all.sh | 40 if [ ! -e release/c/wuffs-unsupported-snapshot.c ]; then 58 release/c/wuffs-unsupported-snapshot.c -o /dev/null 60 release/c/wuffs-unsupported-snapshot.c -o /dev/null 64 release/c/wuffs-unsupported-snapshot.c -o /dev/null 66 release/c/wuffs-unsupported-snapshot.c -o /dev/null
|