Home
last modified time | relevance | path

Searched refs:LIMIT (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/
H A Dspirv_validator_options.cpp64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() macro
68 LIMIT(spv_validator_limit_max_struct_members, max_struct_members) in spvValidatorOptionsSetUniversalLimit()
69 LIMIT(spv_validator_limit_max_struct_depth, max_struct_depth) in spvValidatorOptionsSetUniversalLimit()
70 LIMIT(spv_validator_limit_max_local_variables, max_local_variables) in spvValidatorOptionsSetUniversalLimit()
71 LIMIT(spv_validator_limit_max_global_variables, max_global_variables) in spvValidatorOptionsSetUniversalLimit()
72 LIMIT(spv_validator_limit_max_switch_branches, max_switch_branches) in spvValidatorOptionsSetUniversalLimit()
73 LIMIT(spv_validator_limit_max_function_args, max_function_args) in spvValidatorOptionsSetUniversalLimit()
74 LIMIT(spv_validator_limit_max_control_flow_nesting_depth, in spvValidatorOptionsSetUniversalLimit()
76 LIMIT(spv_validator_limit_max_access_chain_indexes, in spvValidatorOptionsSetUniversalLimit()
78 LIMIT(spv_validator_limit_max_id_boun in spvValidatorOptionsSetUniversalLimit()
79 #undef LIMIT spvValidatorOptionsSetUniversalLimit() macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dspirv_validator_options.cpp64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() macro
68 LIMIT(spv_validator_limit_max_struct_members, max_struct_members) in spvValidatorOptionsSetUniversalLimit()
69 LIMIT(spv_validator_limit_max_struct_depth, max_struct_depth) in spvValidatorOptionsSetUniversalLimit()
70 LIMIT(spv_validator_limit_max_local_variables, max_local_variables) in spvValidatorOptionsSetUniversalLimit()
71 LIMIT(spv_validator_limit_max_global_variables, max_global_variables) in spvValidatorOptionsSetUniversalLimit()
72 LIMIT(spv_validator_limit_max_switch_branches, max_switch_branches) in spvValidatorOptionsSetUniversalLimit()
73 LIMIT(spv_validator_limit_max_function_args, max_function_args) in spvValidatorOptionsSetUniversalLimit()
74 LIMIT(spv_validator_limit_max_control_flow_nesting_depth, in spvValidatorOptionsSetUniversalLimit()
76 LIMIT(spv_validator_limit_max_access_chain_indexes, in spvValidatorOptionsSetUniversalLimit()
78 LIMIT(spv_validator_limit_max_id_boun in spvValidatorOptionsSetUniversalLimit()
79 #undef LIMIT spvValidatorOptionsSetUniversalLimit() macro
[all...]
/third_party/spirv-tools/source/
H A Dspirv_validator_options.cpp64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() macro
68 LIMIT(spv_validator_limit_max_struct_members, max_struct_members) in spvValidatorOptionsSetUniversalLimit()
69 LIMIT(spv_validator_limit_max_struct_depth, max_struct_depth) in spvValidatorOptionsSetUniversalLimit()
70 LIMIT(spv_validator_limit_max_local_variables, max_local_variables) in spvValidatorOptionsSetUniversalLimit()
71 LIMIT(spv_validator_limit_max_global_variables, max_global_variables) in spvValidatorOptionsSetUniversalLimit()
72 LIMIT(spv_validator_limit_max_switch_branches, max_switch_branches) in spvValidatorOptionsSetUniversalLimit()
73 LIMIT(spv_validator_limit_max_function_args, max_function_args) in spvValidatorOptionsSetUniversalLimit()
74 LIMIT(spv_validator_limit_max_control_flow_nesting_depth, in spvValidatorOptionsSetUniversalLimit()
76 LIMIT(spv_validator_limit_max_access_chain_indexes, in spvValidatorOptionsSetUniversalLimit()
78 LIMIT(spv_validator_limit_max_id_boun in spvValidatorOptionsSetUniversalLimit()
79 #undef LIMIT spvValidatorOptionsSetUniversalLimit() macro
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DAbstractBreakIteratorTests.java27 private static final int LIMIT = 100; field in AbstractBreakIteratorTests.AbstractBreakIterator
31 if (position > LIMIT) { in set()
32 position = LIMIT; in set()
49 return set(LIMIT); in last()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DAbstractBreakIteratorTests.java24 private static final int LIMIT = 100; field in AbstractBreakIteratorTests.AbstractBreakIterator
28 if (position > LIMIT) { in set()
29 position = LIMIT; in set()
46 return set(LIMIT); in last()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp104 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) macro
143 { LIMIT(maxImageDimension1D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
144 { LIMIT(maxImageDimension2D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
145 { LIMIT(maxImageDimension3D), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
146 { LIMIT(maxImageDimensionCube), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
147 { LIMIT(maxImageArrayLayers), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
148 { LIMIT(maxTexelBufferElements), 65536, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
149 { LIMIT(maxUniformBufferRange), 16384, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
150 { LIMIT(maxStorageBufferRange), 134217728, 0, 0, 0, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
151 { LIMIT(maxPushConstantsSiz in validateFeatureLimits()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp104 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) macro
143 { LIMIT(maxImageDimension1D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
144 { LIMIT(maxImageDimension2D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
145 { LIMIT(maxImageDimension3D), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
146 { LIMIT(maxImageDimensionCube), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
147 { LIMIT(maxImageArrayLayers), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
148 { LIMIT(maxTexelBufferElements), 65536, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
149 { LIMIT(maxUniformBufferRange), 16384, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
150 { LIMIT(maxStorageBufferRange), 134217728, 0, 0, 0, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
151 { LIMIT(maxPushConstantsSiz in validateFeatureLimits()
[all...]
/third_party/icu/icu4c/source/common/
H A Ducase.h162 constexpr UChar LIMIT = 0x180; member
169 extern const int8_t TO_LOWER_NORMAL[LIMIT];
171 extern const int8_t TO_LOWER_TR_LT[LIMIT];
174 extern const int8_t TO_UPPER_NORMAL[LIMIT];
176 extern const int8_t TO_UPPER_TR[LIMIT];
H A Ducase.cpp443 const int8_t TO_LOWER_NORMAL[LIMIT] = {
475 const int8_t TO_LOWER_TR_LT[LIMIT] = {
507 const int8_t TO_UPPER_NORMAL[LIMIT] = {
539 const int8_t TO_UPPER_TR[LIMIT] = {
/third_party/node/deps/icu-small/source/common/
H A Ducase.h166 constexpr char16_t LIMIT = 0x180; member
173 extern const int8_t TO_LOWER_NORMAL[LIMIT];
175 extern const int8_t TO_LOWER_TR_LT[LIMIT];
178 extern const int8_t TO_UPPER_NORMAL[LIMIT];
180 extern const int8_t TO_UPPER_TR[LIMIT];
H A Ducase.cpp539 const int8_t TO_LOWER_NORMAL[LIMIT] = {
571 const int8_t TO_LOWER_TR_LT[LIMIT] = {
603 const int8_t TO_UPPER_NORMAL[LIMIT] = {
635 const int8_t TO_UPPER_TR[LIMIT] = {
/third_party/skia/third_party/externals/icu/source/common/
H A Ducase.h162 constexpr UChar LIMIT = 0x180; member
169 extern const int8_t TO_LOWER_NORMAL[LIMIT];
171 extern const int8_t TO_LOWER_TR_LT[LIMIT];
174 extern const int8_t TO_UPPER_NORMAL[LIMIT];
176 extern const int8_t TO_UPPER_TR[LIMIT];
H A Ducase.cpp449 const int8_t TO_LOWER_NORMAL[LIMIT] = {
481 const int8_t TO_LOWER_TR_LT[LIMIT] = {
513 const int8_t TO_UPPER_NORMAL[LIMIT] = {
545 const int8_t TO_UPPER_TR[LIMIT] = {
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Darmv8m_mpu.h156 * \param LIMIT The limit address bits [31:5] for this memory region. The value is one extended.
159 #define ARM_MPU_RLAR(LIMIT, IDX) \
160 (((LIMIT) & MPU_RLAR_LIMIT_Msk) | \
167 * \param LIMIT The limit address bits [31:5] for this memory region. The value is one extended.
171 #define ARM_MPU_RLAR_PXN(LIMIT, PXN, IDX) \
172 (((LIMIT) & MPU_RLAR_LIMIT_Msk) | \
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUAdapter.cpp132 #define COPY_LIMIT(LIMIT) wgpuLimits.limits.LIMIT = limits.limits.LIMIT in getLimits()
/third_party/littlefs/scripts/
H A Dprettyasserts.py22 LIMIT = 16 variable
56 def write_header(f, limit=LIMIT):
392 def main(input=None, output=None, pattern=[], limit=LIMIT):
447 default=LIMIT,
449 "Defaults to %r." % LIMIT)
/third_party/curl/tests/
H A Dmemanalyze.pl88 if(/^LIMIT.*memlimit$/) {
103 if($line =~ /^LIMIT ([^ ]*):(\d*) (.*)/) {
108 print "LIMIT: $1 returned error at $source:$linenum\n";
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DUnicodeMapTest.java317 private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisions field in UnicodeMapTest
334 int start = random.nextInt(LIMIT); in TestUnicodeMapRandom()
346 checkNext(map1, map2, LIMIT); in TestUnicodeMapRandom()
451 for (int i = 0; i < LIMIT; ++i) { in check()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DUnicodeMapTest.java314 private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisions field in UnicodeMapTest
331 int start = random.nextInt(LIMIT); in TestUnicodeMapRandom()
343 checkNext(map1, map2, LIMIT); in TestUnicodeMapRandom()
448 for (int i = 0; i < LIMIT; ++i) { in check()
/third_party/backends/backend/
H A Dsnapscan.c91 #define LIMIT(x,min,max) MIN(MAX(x, min), max) macro
304 val = LIMIT(val, 0, max); in gamma_n()
308 x = LIMIT(65535*pow ((double) val/max, i_gamma) + 0.5, 0, 65535); in gamma_n()
319 (u_char) LIMIT(255*pow ((double) val/max, i_gamma) + 0.5, 0, 255); in gamma_n()
333 out[2*i] = (u_char) LIMIT(in[i], 0, 65535); in gamma_from_sane()
334 out[2*i + 1] = (u_char) (LIMIT(in[i], 0, 65535) >> 8); in gamma_from_sane()
337 out[i] = (u_char) LIMIT(in[i] / 256, 0, 255); in gamma_from_sane()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java302 public final static int LIMIT = 0x1005; field
767 int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIRST]; in setAttributesFromKeywords()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollator.java285 public final static int LIMIT = 0x1005; field
737 int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIRST]; in setAttributesFromKeywords()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-common.hh374 template <typename ELEM, int LIMIT>
456 static constexpr unsigned kSizeLimit = LIMIT;
/third_party/python/Lib/test/
H A Dtest_traceback.py1220 LIMIT = 75
1223 with support.infinite_recursion(max_depth=LIMIT):
1227 self.assertLessEqual(output.count('ExceptionGroup'), LIMIT)
1230 LIMIT = 75
1233 with support.infinite_recursion(max_depth=LIMIT):
1237 self.assertLessEqual(output.count('ExceptionGroup'), LIMIT)
/third_party/skia/platform_tools/android/apps/skottie/
H A Dskottie_metric.sql27 LIMIT 1 OFFSET 1;

Completed in 37 milliseconds

12