/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 803 // VK_IMAGE_CREATE_PROTECTED_BIT not currently supported. in getProperties() 1110 // CheckFeature returns false if requested is asking for a feature that is not supported 1111 #define CheckFeature(requested, supported, feature) (requested->feature == VK_FALSE || supported.feature == VK_TRUE) 1118 T supported; in getSupportedFeatures() local 1119 supported.sType = requested->sType; in getSupportedFeatures() 1120 supported.pNext = nullptr; in getSupportedFeatures() 1121 features.pNext = &supported; in getSupportedFeatures() 1123 return supported; in getSupportedFeatures() 1128 auto supported in hasExtendedFeatures() local 1140 auto supported = getSupportedFeatures(requested); hasExtendedFeatures() local 1148 auto supported = getSupportedFeatures(requested); hasExtendedFeatures() local 1166 auto supported = getSupportedFeatures(requested); hasExtendedFeatures() local 1219 auto supported = getSupportedFeatures(requested); hasExtendedFeatures() local 1226 auto supported = getSupportedFeatures(requested); hasExtendedFeatures() local [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_formats.c | 102 * Returns true if the given format is supported for the given usage 135 bool supported = true; in iris_is_format_supported() local 138 supported &= isl_format_supports_multisampling(devinfo, format); in iris_is_format_supported() 141 supported &= format == ISL_FORMAT_R32_FLOAT_X8X24_TYPELESS || in iris_is_format_supported() 165 supported = false; in iris_is_format_supported() 173 supported &= isl_format_supports_rendering(devinfo, rt_format); in iris_is_format_supported() 176 supported &= isl_format_supports_alpha_blending(devinfo, rt_format); in iris_is_format_supported() 183 supported &= sample_count == 0; in iris_is_format_supported() 185 supported &= isl_format_supports_typed_writes(devinfo, format); in iris_is_format_supported() 186 supported in iris_is_format_supported() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | spirv_extensions.c | 51 if (ctx->Const.SpirVExtensions->supported[i]) { in _mesa_get_enabled_spirv_extension() 85 * Sets the supported flags for known SPIR-V extensions based on the 86 * capabilites supported (spirv capabilities based on the spirv to nir 93 * first the supported capabilities, that are not always related to an 100 memset(ext->supported, 0, sizeof(ext->supported)); in _mesa_fill_supported_spirv_extensions() 104 ext->supported[SPV_KHR_shader_draw_parameters] = cap->draw_parameters; in _mesa_fill_supported_spirv_extensions() 105 ext->supported[SPV_KHR_multiview] = cap->multiview; in _mesa_fill_supported_spirv_extensions() 106 ext->supported[SPV_KHR_storage_buffer_storage_class] = true; in _mesa_fill_supported_spirv_extensions() 107 ext->supported[SPV_KHR_variable_pointer in _mesa_fill_supported_spirv_extensions() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | locdistance.cpp | 100 // As of CLDR 36, we have <languageMatch desired="en_*_*" supported="en_*_*" distance="5"/>. in LocaleDistance() 115 // Look up the desired language only once for all supported LSRs. in getBestIndexAndDistance() 117 // Note: The data builder verifies that there are no <*, supported> or <desired, *> rules. in getBestIndexAndDistance() 120 // Index of the supported LSR with the lowest distance. in getBestIndexAndDistance() 125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() local 133 distance = trieNext(iter, supported.language, true); in getBestIndexAndDistance() 144 if (uprv_strcmp(desired.language, supported.language) == 0) { in getBestIndexAndDistance() 174 if (uprv_strcmp(desired.script, supported.script) == 0) { in getBestIndexAndDistance() 181 desired.script, supported.script); in getBestIndexAndDistance() 190 if (uprv_strcmp(desired.region, supported in getBestIndexAndDistance() 258 getDesSuppScriptDistance( BytesTrie &iter, uint64_t startState, const char *desired, const char *supported) getDesSuppScriptDistance() argument 285 char supported = *supportedPartitions++; getRegionPartitionsDistance() local [all...] |
H A D | servlkf.cpp | 62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local 63 if (supported) { in handlesKey() 66 return supported->get(id) != NULL; in handlesKey() 73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local 74 if (supported) { in updateVisibleIDs() 78 while ((elem = supported->nextElement(pos)) != NULL) { in updateVisibleIDs()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locdistance.cpp | 100 // As of CLDR 36, we have <languageMatch desired="en_*_*" supported="en_*_*" distance="5"/>. in LocaleDistance() 115 // Look up the desired language only once for all supported LSRs. in getBestIndexAndDistance() 117 // Note: The data builder verifies that there are no <*, supported> or <desired, *> rules. in getBestIndexAndDistance() 120 // Index of the supported LSR with the lowest distance. in getBestIndexAndDistance() 125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() local 133 distance = trieNext(iter, supported.language, true); in getBestIndexAndDistance() 144 if (uprv_strcmp(desired.language, supported.language) == 0) { in getBestIndexAndDistance() 174 if (uprv_strcmp(desired.script, supported.script) == 0) { in getBestIndexAndDistance() 181 desired.script, supported.script); in getBestIndexAndDistance() 190 if (uprv_strcmp(desired.region, supported in getBestIndexAndDistance() 258 getDesSuppScriptDistance( BytesTrie &iter, uint64_t startState, const char *desired, const char *supported) getDesSuppScriptDistance() argument 285 char supported = *supportedPartitions++; getRegionPartitionsDistance() local [all...] |
H A D | servlkf.cpp | 62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local 63 if (supported) { in handlesKey() 66 return supported->get(id) != nullptr; in handlesKey() 73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local 74 if (supported) { in updateVisibleIDs() 78 while ((elem = supported->nextElement(pos)) != nullptr) { in updateVisibleIDs()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdistance.cpp | 100 // As of CLDR 36, we have <languageMatch desired="en_*_*" supported="en_*_*" distance="5"/>. in LocaleDistance() 115 // Look up the desired language only once for all supported LSRs. in getBestIndexAndDistance() 117 // Note: The data builder verifies that there are no <*, supported> or <desired, *> rules. in getBestIndexAndDistance() 120 // Index of the supported LSR with the lowest distance. in getBestIndexAndDistance() 125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() local 133 distance = trieNext(iter, supported.language, true); in getBestIndexAndDistance() 144 if (uprv_strcmp(desired.language, supported.language) == 0) { in getBestIndexAndDistance() 174 if (uprv_strcmp(desired.script, supported.script) == 0) { in getBestIndexAndDistance() 181 desired.script, supported.script); in getBestIndexAndDistance() 190 if (uprv_strcmp(desired.region, supported in getBestIndexAndDistance() 258 getDesSuppScriptDistance( BytesTrie &iter, uint64_t startState, const char *desired, const char *supported) getDesSuppScriptDistance() argument 285 char supported = *supportedPartitions++; getRegionPartitionsDistance() local [all...] |
H A D | servlkf.cpp | 62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local 63 if (supported) { in handlesKey() 66 return supported->get(id) != NULL; in handlesKey() 73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local 74 if (supported) { in updateVisibleIDs() 78 while ((elem = supported->nextElement(pos)) != NULL) { in updateVisibleIDs()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | LocaleDistanceMapper.java | 72 // <languageMatch desired="ja_Latn" supported="ja_Jpan" distance="5" oneway="true"/> 73 // <languageMatch desired="ar_*_$maghreb" supported="ar_*_$maghreb" distance="4"/> 74 // <languageMatch desired="en_*_$!enUS" supported="en_*_GB" distance="3"/> 76 WRITTEN_LANGUAGE_PREFIX.withSuffix("languageMatch[@desired=*][@supported=*]"); 80 AttributeKey.keyOf("languageMatch", "supported"); 219 * <languageMatch desired="zh_Hans" supported="zh_Hant" distance="15" oneway="true"/> 223 * <languageMatch desired="ar_*_$maghreb" supported="ar_*_$maghreb" distance="4"/> 232 private final LsrSpec supported; field in LocaleDistanceMapper.LanguageMatchRule 236 public LanguageMatchRule(LsrSpec desired, LsrSpec supported, int distance, boolean oneway) { in LanguageMatchRule() argument 238 this.supported in LanguageMatchRule() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 112 final List<String> supported; field in LocaleDistanceBuilder.Rule 116 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() argument 118 this.supported = supported; in Rule() 202 private int getDistance(String desired, String supported, in getDistance() argument 207 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 210 DistanceTable value = sub2.get(supported); // <*/desired, supported> in getDistance() 214 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 215 value = sub2.get(supported); in getDistance() 242 addSubtable(String desired, String supported, int distance) addSubtable() argument 260 getNode(String desired, String supported) getNode() argument 271 addSubtables( String desired, String supported, Predicate<DistanceTable> action) addSubtables() argument 615 checkStars(String desired, String supported, boolean allStars) checkStars() argument 629 add(DistanceTable languageDesired2Supported, List<String> desired, List<String> supported, int percentage) add() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 112 final List<String> supported; field in LocaleDistanceBuilder.Rule 116 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() argument 118 this.supported = supported; in Rule() 202 private int getDistance(String desired, String supported, in getDistance() argument 207 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 210 DistanceTable value = sub2.get(supported); // <*/desired, supported> in getDistance() 214 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 215 value = sub2.get(supported); in getDistance() 242 addSubtable(String desired, String supported, int distance) addSubtable() argument 260 getNode(String desired, String supported) getNode() argument 271 addSubtables( String desired, String supported, Predicate<DistanceTable> action) addSubtables() argument 615 checkStars(String desired, String supported, boolean allStars) checkStars() argument 629 add(DistanceTable languageDesired2Supported, List<String> desired, List<String> supported, int percentage) add() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleDistance.java | 62 // One '*' is used for a (desired, supported) pair of "und", "Zzzz"/"", or "ZZ"/"". 211 // As of CLDR 36, we have <languageMatch desired="en_*_*" supported="en_*_*" distance="5"/>. in LocaleDistance() 228 public int testOnlyDistance(ULocale desired, ULocale supported, in testOnlyDistance() argument 230 LSR supportedLSR = XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(supported); in testOnlyDistance() 238 * Finds the supported LSR with the smallest distance from the desired one. 241 * <p>Returns the index of the lowest-distance supported LSR in the high bits 248 // Look up the desired language only once for all supported LSRs. in getBestIndexAndDistance() 250 // Note: The data builder verifies that there are no <*, supported> or <desired, *> rules. in getBestIndexAndDistance() 253 // Index of the supported LSR with the lowest distance. in getBestIndexAndDistance() 258 LSR supported in getBestIndexAndDistance() 391 isMatch(LSR desired, LSR supported, int shiftedThreshold, FavorSubtag favorSubtag) isMatch() argument 398 getDesSuppScriptDistance(BytesTrie iter, long startState, String desired, String supported) getDesSuppScriptDistance() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleDistance.java | 64 // One '*' is used for a (desired, supported) pair of "und", "Zzzz"/"", or "ZZ"/"". 216 // As of CLDR 36, we have <languageMatch desired="en_*_*" supported="en_*_*" distance="5"/>. in LocaleDistance() 233 public int testOnlyDistance(ULocale desired, ULocale supported, in testOnlyDistance() argument 235 LSR supportedLSR = XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(supported); in testOnlyDistance() 243 * Finds the supported LSR with the smallest distance from the desired one. 246 * <p>Returns the index of the lowest-distance supported LSR in the high bits 253 // Look up the desired language only once for all supported LSRs. in getBestIndexAndDistance() 255 // Note: The data builder verifies that there are no <*, supported> or <desired, *> rules. in getBestIndexAndDistance() 258 // Index of the supported LSR with the lowest distance. in getBestIndexAndDistance() 263 LSR supported in getBestIndexAndDistance() 396 isMatch(LSR desired, LSR supported, int shiftedThreshold, FavorSubtag favorSubtag) isMatch() argument 403 getDesSuppScriptDistance(BytesTrie iter, long startState, String desired, String supported) getDesSuppScriptDistance() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_formats.c | 420 * Returns true if the given format is supported for the given usage 464 bool supported = true; in crocus_is_format_supported() local 467 supported &= isl_format_supports_multisampling(devinfo, format); in crocus_is_format_supported() 478 supported &= depth_fmts; in crocus_is_format_supported() 494 supported = false; in crocus_is_format_supported() 502 supported &= isl_format_supports_rendering(devinfo, rt_format); in crocus_is_format_supported() 505 supported &= isl_format_supports_alpha_blending(devinfo, rt_format); in crocus_is_format_supported() 512 supported &= sample_count == 0; in crocus_is_format_supported() 514 supported &= isl_format_supports_typed_writes(devinfo, format); in crocus_is_format_supported() 515 supported in crocus_is_format_supported() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleDistanceTest.java | 42 final ULocale supported; field in LocaleDistanceTest.Arguments 48 this.supported = new ULocale.Builder().setLanguageTag(args.get(1)).build(); in Arguments() 86 final ULocale supported = test.supported; in testTiming() 92 final ULocale supportedMax = ULocale.addLikelySubtags(supported); in testTiming() 96 //double distOld1 = oldLocaleMatcher.match(desired, desiredMax, supported, supportedMax); in testTiming() 97 //double distOld2 = oldLocaleMatcher.match(supported, supportedMax, desired, desiredMax); in testTiming() 102 // final LSR supportedLSR = LSR.maximizedFrom(supported); in testTiming() 106 int dist1 = localeDistance.testOnlyDistance(desired, supported, 1000, FavorSubtag.LANGUAGE); in testTiming() 107 int dist2 = localeDistance.testOnlyDistance(supported, desire in testTiming() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleDistanceTest.java | 39 final ULocale supported; field in LocaleDistanceTest.Arguments 45 this.supported = new ULocale.Builder().setLanguageTag(args.get(1)).build(); in Arguments() 83 final ULocale supported = test.supported; in testTiming() 89 final ULocale supportedMax = ULocale.addLikelySubtags(supported); in testTiming() 93 //double distOld1 = oldLocaleMatcher.match(desired, desiredMax, supported, supportedMax); in testTiming() 94 //double distOld2 = oldLocaleMatcher.match(supported, supportedMax, desired, desiredMax); in testTiming() 99 // final LSR supportedLSR = LSR.maximizedFrom(supported); in testTiming() 103 int dist1 = localeDistance.testOnlyDistance(desired, supported, 1000, FavorSubtag.LANGUAGE); in testTiming() 104 int dist2 = localeDistance.testOnlyDistance(supported, desire in testTiming() [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | build_config.h | 60 #error "Host architecture was not detected as supported by v8" 111 #error Target architecture was not detected as supported by v8 152 // Check for supported combinations of host and target architectures. 154 #error Target architecture ia32 is only supported on ia32 host 158 #error Target architecture x64 is only supported on x64 and arm64 host 162 #error Target architecture x32 is only supported on x64 host with x32 support 165 #error Target architecture arm is only supported on arm and ia32 host 168 #error Target architecture arm64 is only supported on arm64 and x64 host 171 #error Target architecture mips is only supported on mips and ia32 host 174 #error Target architecture mips64 is only supported o [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ETCTextureTest.cpp | 44 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 51 if (supported) in TEST_P() 76 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 88 if (supported) in TEST_P() 119 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 131 if (supported) in TEST_P() 163 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 176 if (supported) in TEST_P() 211 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 224 if (supported) in TEST_P() [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_eglimage.c | 47 bool supported = screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, in is_format_supported() local 50 *native_supported = supported; in is_format_supported() 57 if ((usage == PIPE_BIND_SAMPLER_VIEW) && !supported) { in is_format_supported() 60 supported = screen->is_format_supported(screen, PIPE_FORMAT_R8_UNORM, in is_format_supported() 65 supported = screen->is_format_supported(screen, PIPE_FORMAT_R8_UNORM, in is_format_supported() 75 supported = screen->is_format_supported(screen, PIPE_FORMAT_R16_UNORM, in is_format_supported() 85 supported = screen->is_format_supported(screen, PIPE_FORMAT_R16G16_UNORM, in is_format_supported() 93 supported = screen->is_format_supported(screen, PIPE_FORMAT_R10G10B10A2_UNORM, in is_format_supported() 99 supported = screen->is_format_supported(screen, PIPE_FORMAT_R16G16B16A16_UNORM, in is_format_supported() 104 supported in is_format_supported() [all...] |
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _analyzer.py | 57 # ): ([], {'unsupported': None if supported else True}) 58 # for typeid, supported in _KNOWN_IN_DOT_C.items()} 292 #self.supported = None 293 self.supported = True 297 self.supported = True 299 self.supported = not self.unsupported 310 supported = self.supported 314 '+' if supported else '-' if supported i [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | registry_xml.py | 10 # List of supported extensions. Add to this list to enable new extensions 481 supported = extension.attrib['supported'] 482 if 'gles2' in supported: 484 elif 'gles1' in supported: 486 elif 'egl' in supported: 488 elif 'wgl' in supported: 490 elif 'cl' in supported: 494 supported) 522 filter_out_comment = "Supported only if GL_EXT_direct_state_access is supported" [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | LocaleMatcher.java | 25 * an application's supported locales. 37 * <p>If there are multiple supported locales with the same (language, script, region) 46 * or place it earlier in the list of supported locales. 48 * <p>Otherwise, the order of supported locales may have no effect on the best-match results. 49 * The current implementation compares each desired locale with supported locales 51 * 1. Default locale, if supported; 53 * 3. other supported locales. 127 * the distance to any supported locale is increased by an additional amount 129 * A later desired locale has to have a better match with some supported locale 161 * The target server has its own list of supported language 198 Result(ULocale udesired, ULocale usupported, Locale desired, Locale supported, int desIndex, int suppIndex) Result() argument 553 setMaxDistance(Locale desired, Locale supported) setMaxDistance() argument 581 setMaxDistance(ULocale desired, ULocale supported) setMaxDistance() argument 1099 isMatch(Locale desired, Locale supported) isMatch() argument 1117 isMatch(ULocale desired, ULocale supported) isMatch() argument 1143 match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) match() argument [all...] |
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_ENUM_FRAMESIZES.c | 339 int supported = 0; in supported_pixel_format_type() local 358 supported = 1; in supported_pixel_format_type() 361 return supported; in supported_pixel_format_type() 366 int supported = 0; in supported_pixel_format() local 368 supported = in supported_pixel_format() 371 if (!supported) { in supported_pixel_format() 372 supported = in supported_pixel_format() 375 if (!supported) { in supported_pixel_format() 376 supported = in supported_pixel_format() 379 if (!supported) { in supported_pixel_format() [all...] |
/third_party/gn/src/util/ |
H A D | sys_info.cc | 31 supported = func_ptr(); in IsLongPathsSupportEnabled() 44 supported = value == 1; in IsLongPathsSupportEnabled() 48 bool supported = false; in IsLongPathsSupportEnabled() member 52 return s_long_paths.supported; in IsLongPathsSupportEnabled()
|