/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 92 unsupported enumerator 98 // Any newly-added libcalls will be unsupported by default. 99 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) { in RuntimeLibcallSignatureTable() 155 // All F80 and PPCF128 routines are unsupported. in RuntimeLibcallSignatureTable() 248 // All F80 and PPCF128 routines are unsupported. in RuntimeLibcallSignatureTable() 297 // ALl F80 and PPCF128 routines are 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() [all...] |
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _analyzer.py | 57 # ): ([], {'unsupported': None if supported else True}) 70 #extracols = ['unsupported'] 83 datafiles.write_known(decls, IGNORED_FILE, ['unsupported'], relroot=REPO_ROOT) 149 elif 'unsupported' in extra: 152 unsupported = _check_unsupported(decl, typedeps, types, knowntypes) 153 extra['unsupported'] = unsupported 184 unsupported = [] 187 unsupported.append(checked) 188 if any(None if v is FIXED_TYPE else v for v in unsupported) [all...] |
H A D | __main__.py | 43 unsupported = [] 48 unsupported.append(item) 68 yield 'unsupported' 71 yield from section('types', unsupported) 72 yield from section('variables', unsupported) 170 extra = {'unsupported': ['type unknown'] * len(decl.members)} 172 extra = {'unsupported': ['type unknown']} 263 parser.error(f'unsupported format {orig!r}') 407 raise ValueError(f'unsupported cmd {cmd!r}')
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.cpp | 2431 context->error((yylsp[0]), "unsupported value", 3525 context->error((yylsp[0]), "unsupported interpolation qualifier", "noperspective"); 3689 context->error((yylsp[0]), "unsupported storage qualifier", "patch"); 4174 context->error((yylsp[0]), "unsupported type", "yuvCscStandardEXT"); 4235 context->error((yylsp[0]), "unsupported type", "__samplerCubeArray"); 4248 context->error((yylsp[0]), "unsupported type", "__samplerCubeArray"); 4263 context->error((yylsp[0]), "unsupported type", "__samplerBuffer"); 4324 context->error((yylsp[0]), "unsupported type", "__isamplerCubeArray"); 4337 context->error((yylsp[0]), "unsupported type", "__isamplerCubeArray"); 4352 context->error((yylsp[0]), "unsupported typ [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A 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() 83 *unsupported = true; in bi_fold_constant() 93 bool unsupported = false; in bi_opt_constant_fold() local 94 uint32_t replace = bi_fold_constant(ins, &unsupported); in bi_opt_constant_fold() 95 if (unsupported) continue; in bi_opt_constant_fold()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_formats.c | 114 default: unreachable("unsupported format bit-size"); break; in v3dv_get_compatible_tfu_format() 374 goto unsupported; in get_image_format_properties() 386 goto unsupported; in get_image_format_properties() 397 * image. This means we should not report the format as unsupported based in get_image_format_properties() 406 goto unsupported; in get_image_format_properties() 416 goto unsupported; in get_image_format_properties() 422 goto unsupported; in get_image_format_properties() 429 goto unsupported; in get_image_format_properties() 438 goto unsupported; in get_image_format_properties() 444 goto unsupported; in get_image_format_properties() [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 477 const struct anv_format_plane unsupported = { in anv_get_format_plane() local 482 return unsupported; in anv_get_format_plane() 487 return unsupported; in anv_get_format_plane() 504 return unsupported; in anv_get_format_plane() 1012 goto unsupported; in anv_get_image_format_properties() 1020 goto unsupported; in anv_get_image_format_properties() 1046 goto unsupported; in anv_get_image_format_properties() 1112 goto unsupported; in anv_get_image_format_properties() 1123 goto unsupported; in anv_get_image_format_properties() 1135 goto unsupported; in anv_get_image_format_properties() [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 170 goto unsupported; in get_image_format_properties() 182 goto unsupported; in get_image_format_properties() 186 goto unsupported; in get_image_format_properties() 226 goto unsupported; in get_image_format_properties() 232 goto unsupported; in get_image_format_properties() 238 goto unsupported; in get_image_format_properties() 245 goto unsupported; in get_image_format_properties() 265 unsupported: in get_image_format_properties() 334 "VkExternalMemoryTypeFlagBits(0x%x) unsupported for VkImageType(%d)", in panvk_get_external_image_format_properties() 344 "VkExternalMemoryTypeFlagBits(0x%x) unsupported", in panvk_get_external_image_format_properties() [all...] |
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-constant-fold.cpp | 48 bool unsupported = false; in constant_fold_pred() local 49 uint32_t v = bi_fold_constant(I, &unsupported); in constant_fold_pred() 50 if (unsupported) { in constant_fold_pred() 52 << "Constant fold unsupported for instruction \n\n" in constant_fold_pred() 71 bool unsupported = false; in not_constant_fold_pred() local 72 uint32_t v = bi_fold_constant(I, &unsupported); in not_constant_fold_pred() 73 if (unsupported) { in not_constant_fold_pred()
|
/third_party/skia/tools/ |
H A D | get_images_from_skps.cpp | 32 "Indicates if we want to write out unsupported/failed to decode images."); 173 "unsupported": { in main() 202 writer.beginObject("unsupported"); in main() 204 for (const auto& unsupported : gSkpToUnsupportedCount) { in main() 205 SkDebugf("%s %d\n", unsupported.first.c_str(), unsupported.second); in main() 206 totalUnsupported += unsupported.second; in main() 207 writer.appendHexU32(unsupported.first.c_str(), unsupported.second); in main() 216 SkDebugf("%d known, %d failures, %d unsupported\ in main() [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_formats.c | 221 goto unsupported; in lvp_get_image_format_properties() 230 goto unsupported; in lvp_get_image_format_properties() 264 goto unsupported; in lvp_get_image_format_properties() 270 goto unsupported; in lvp_get_image_format_properties() 276 goto unsupported; in lvp_get_image_format_properties() 282 goto unsupported; in lvp_get_image_format_properties() 288 goto unsupported; in lvp_get_image_format_properties() 294 goto unsupported; in lvp_get_image_format_properties() 301 goto unsupported; in lvp_get_image_format_properties() 318 unsupported in lvp_get_image_format_properties() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | txd.c | 76 goto unsupported; in txd_decode_frame() 142 goto unsupported; in txd_decode_frame() 154 goto unsupported; in txd_decode_frame() 162 unsupported: in txd_decode_frame()
|
H A D | iff.c | 1521 static int unsupported(AVCodecContext *avctx) in unsupported() function 1594 return unsupported(avctx); in decode_frame() 1656 return unsupported(avctx); in decode_frame() 1658 return unsupported(avctx); in decode_frame() 1727 return unsupported(avctx); in decode_frame() 1732 return unsupported(avctx); in decode_frame() 1757 return unsupported(avctx); in decode_frame() 1760 return unsupported(avctx); in decode_frame() 1773 return unsupported(avctx); in decode_frame() 1782 return unsupported(avct in decode_frame() [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_formats.c | 403 goto unsupported; in tu_get_image_format_properties() 407 goto unsupported; in tu_get_image_format_properties() 469 goto unsupported; in tu_get_image_format_properties() 475 goto unsupported; in tu_get_image_format_properties() 481 goto unsupported; in tu_get_image_format_properties() 488 goto unsupported; in tu_get_image_format_properties() 508 unsupported: in tu_get_image_format_properties() 553 "VkExternalMemoryTypeFlagBits(0x%x) unsupported for VkImageType(%d)", in tu_get_external_image_format_properties() 563 "VkExternalMemoryTypeFlagBits(0x%x) unsupported", in tu_get_external_image_format_properties()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsck.c | 118 static int unsupported = 0; variable 667 unsupported++; in replay_log() 771 unsupported++; in check_volume() 869 if (unsupported) in main() 872 if (!errors && !unsupported) { in main() 880 if (unsupported) in main()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 1498 goto unsupported; in radv_get_image_format_properties() 1501 goto unsupported; in radv_get_image_format_properties() 1557 goto unsupported; in radv_get_image_format_properties() 1568 goto unsupported; in radv_get_image_format_properties() 1583 goto unsupported; in radv_get_image_format_properties() 1589 goto unsupported; in radv_get_image_format_properties() 1595 goto unsupported; in radv_get_image_format_properties() 1601 goto unsupported; in radv_get_image_format_properties() 1607 goto unsupported; in radv_get_image_format_properties() 1613 goto unsupported; in radv_get_image_format_properties() [all...] |
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_meth.c | 307 int unsupported = 0; in inner_loader_fetch() local 329 * be fetched is unsupported. in inner_loader_fetch() 332 unsupported = 1; in inner_loader_fetch() 367 * is unsupported. in inner_loader_fetch() 369 unsupported = !methdata->flag_construct_error_occurred; in inner_loader_fetch() 373 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_loader_fetch() 375 unsupported in inner_loader_fetch()
|
/third_party/openssl/crypto/store/ |
H A D | store_meth.c | 307 int unsupported = 0; in inner_loader_fetch() local 329 * be fetched is unsupported. in inner_loader_fetch() 332 unsupported = 1; in inner_loader_fetch() 367 * is unsupported. in inner_loader_fetch() 369 unsupported = !methdata->flag_construct_error_occurred; in inner_loader_fetch() 373 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_loader_fetch() 375 unsupported in inner_loader_fetch()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_fetch.c | 275 int unsupported = 0; in inner_evp_generic_fetch() local 319 * be fetched is unsupported. in inner_evp_generic_fetch() 322 unsupported = 1; in inner_evp_generic_fetch() 376 * is unsupported. in inner_evp_generic_fetch() 378 unsupported = !methdata->flag_construct_error_occurred; in inner_evp_generic_fetch() 382 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_evp_generic_fetch()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 369 int unsupported = 0; in inner_ossl_decoder_fetch() local 390 * be fetched is unsupported. in inner_ossl_decoder_fetch() 393 unsupported = 1; in inner_ossl_decoder_fetch() 430 * is unsupported. in inner_ossl_decoder_fetch() 432 unsupported = !methdata->flag_construct_error_occurred; in inner_ossl_decoder_fetch() 436 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_decoder_fetch()
|
/third_party/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 369 int unsupported = 0; in inner_ossl_decoder_fetch() local 390 * be fetched is unsupported. in inner_ossl_decoder_fetch() 393 unsupported = 1; in inner_ossl_decoder_fetch() 430 * is unsupported. in inner_ossl_decoder_fetch() 432 unsupported = !methdata->flag_construct_error_occurred; in inner_ossl_decoder_fetch() 436 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_decoder_fetch()
|
/third_party/openssl/crypto/evp/ |
H A D | evp_fetch.c | 275 int unsupported = 0; in inner_evp_generic_fetch() local 319 * be fetched is unsupported. in inner_evp_generic_fetch() 322 unsupported = 1; in inner_evp_generic_fetch() 363 * is unsupported. in inner_evp_generic_fetch() 365 unsupported = !methdata->flag_construct_error_occurred; in inner_evp_generic_fetch() 369 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_evp_generic_fetch()
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/tlog/ |
H A D | hashedrekord.js | 28 message: `unsupported hashedrekord version: ${tlogEntry.apiVersion}`,
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_set_caching_policy.tex | 29 unsupported, \Prog{libunwind} may fall back on using a per-thread 33 unsupported, \Prog{libunwind} may fall back on using a global cache,
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 277 goto unsupported; in pvr_GetPhysicalDeviceExternalBufferProperties() 298 unsupported: in pvr_GetPhysicalDeviceExternalBufferProperties()
|