Home
last modified time | relevance | path

Searched refs:unsupported (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp92 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.py57 # ): ([], {'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__.py43 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 Dglslang_tab_autogen.cpp2431 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 Dbi_opt_constant_fold.c32 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 Dv3dv_formats.c114 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 Danv_formats.c477 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 Dpanvk_formats.c170 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 Dtest-constant-fold.cpp48 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 Dget_images_from_skps.cpp32 "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 Dlvp_formats.c221 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 Dtxd.c76 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 Diff.c1521 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 Dtu_formats.c403 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 Dntfsck.c118 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 Dradv_formats.c1498 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 Dstore_meth.c307 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 Dstore_meth.c307 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 Devp_fetch.c275 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 Ddecoder_meth.c369 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 Ddecoder_meth.c369 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 Devp_fetch.c275 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 Dhashedrekord.js28 message: `unsupported hashedrekord version: ${tlogEntry.apiVersion}`,
/third_party/libunwind/libunwind/doc/
H A Dunw_set_caching_policy.tex29 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 Dpvr_formats.c277 goto unsupported; in pvr_GetPhysicalDeviceExternalBufferProperties()
298 unsupported: in pvr_GetPhysicalDeviceExternalBufferProperties()

Completed in 33 milliseconds

1234