Home
last modified time | relevance | path

Searched refs:has_extension (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp58 const auto has_extension = in get_highest_supported_version() local
85 if (!has_extension("cl_khr_byte_addressable_store") || in get_highest_supported_version()
86 !has_extension("cl_khr_global_int32_base_atomics") || in get_highest_supported_version()
87 !has_extension("cl_khr_global_int32_extended_atomics") || in get_highest_supported_version()
88 !has_extension("cl_khr_local_int32_base_atomics") || in get_highest_supported_version()
89 !has_extension("cl_khr_local_int32_extended_atomics") || in get_highest_supported_version()
103 if ((dev.has_doubles() && !has_extension("cl_khr_fp64")) || in get_highest_supported_version()
/third_party/cef/tests/ceftests/extensions/
Dextension_test_handler.cc206 bool has_extension = false; in VerifyExtensionInContext() local
209 has_extension = true; in VerifyExtensionInContext()
214 EXPECT_TRUE(has_extension); in VerifyExtensionInContext()
216 EXPECT_FALSE(has_extension); in VerifyExtensionInContext()
/third_party/ffmpeg/libavcodec/
Dmlp_parse.c65 int has_extension, extensions = 0; in mlp_get_major_sync_size() local
71 has_extension = buf[25] & 1; in mlp_get_major_sync_size()
72 if (has_extension) { in mlp_get_major_sync_size()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumber.cc34 if (first_number.has_extension() != second_number.has_extension() || in ExactlySameAs()
Dphonenumber.pb.h239 bool has_extension() const;
457 inline bool PhoneNumber::has_extension() const { in has_extension() function
Dphonenumberutil.cc1818 if (number.has_extension() && number.extension().length() > 0) { in MaybeAppendFormattedExtension()
2629 if (number.has_extension()) { in GetLengthOfNationalDestinationCode()
3065 if (first_number.has_extension() && second_number.has_extension() && in IsNumberMatch()
Dphonenumbermatcher.cc842 phone_number.has_extension() ? candidate_groups.size() - 2 in AllNumberGroupsAreExactlyPresent()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dtest_util.cc30 if (number.has_extension()) { in operator <<()
/third_party/cef/libcef_dll/ctocpp/
Drequest_context_ctocpp.cc449 if (CEF_MEMBER_MISSING(_struct, has_extension)) in HasExtension()
460 int _retval = _struct->has_extension(_struct, extension_id.GetStruct()); in HasExtension()
/third_party/cef/include/capi/
Dcef_request_context_capi.h326 int(CEF_CALLBACK* has_extension)(struct _cef_request_context_t* self,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h425 bool has_extension(const Twine &path);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h442 bool has_extension(const Twine &path, Style style = Style::native);
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1594 bool has_extension = false; in GenerateJspbAllowedMap() local
1598 has_extension = true; in GenerateJspbAllowedMap()
1602 if (has_extension) { in GenerateJspbAllowedMap()
1788 bool has_extension = false; in GenerateRequiresForSCC() local
1794 has_extension = (has_extension || HasExtensions(desc)); in GenerateRequiresForSCC()
1801 /* require_extension = */ has_extension, in GenerateRequiresForSCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp217 if (!sys::path::has_extension(Name)) in parseOne()
/third_party/cef/libcef_dll/cpptoc/
Drequest_context_cpptoc.cc577 GetStruct()->has_extension = request_context_has_extension; in CefRequestContextCppToC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp669 bool has_extension(const Twine &path) { in has_extension() function
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp348 bool has_extension(const std::string &ext) const;
Dspirv_glsl.cpp2521 if (!has_extension("GL_EXT_geometry_shader") && !has_extension("GL_EXT_tessellation_shader")) in emit_interface_block()
13582 bool CompilerGLSL::has_extension(const std::string &ext) const in has_extension() function in CompilerGLSL
13590 if (!has_extension(ext)) in require_extension()
13596 if (backend.supports_extensions && !has_extension(ext)) in require_extension_internal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp679 bool has_extension(const Twine &path, Style style) { in has_extension() function
/third_party/libabigail/tests/data/test-read-dwarf/
DPR22122-libftdc.so.abi16686 …<function-decl name='has_extension' mangled-name='_ZNK5boost10filesystem4path13has_extensionEv' fi…
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch12187 GetStruct()->has_extension = request_context_has_extension;