Home
last modified time | relevance | path

Searched refs:LIMIT (Results 1 – 25 of 64) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/source/
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_bound, max_id_bound) in spvValidatorOptionsSetUniversalLimit()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/
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_bound, max_id_bound) in spvValidatorOptionsSetUniversalLimit()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp99 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) macro
137 …{ LIMIT(maxImageDimension1D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, … in validateFeatureLimits()
138 …{ LIMIT(maxImageDimension2D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN ,… in validateFeatureLimits()
139 …{ LIMIT(maxImageDimension3D), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN ,… in validateFeatureLimits()
140 …{ LIMIT(maxImageDimensionCube), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN… in validateFeatureLimits()
141 …{ LIMIT(maxImageArrayLayers), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN … in validateFeatureLimits()
142 …{ LIMIT(maxTexelBufferElements), 65536, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MI… in validateFeatureLimits()
143 …{ LIMIT(maxUniformBufferRange), 16384, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MI… in validateFeatureLimits()
144 …{ LIMIT(maxStorageBufferRange), 134217728, 0, 0, 0, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_M… in validateFeatureLimits()
145 …{ LIMIT(maxPushConstantsSize), 128, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN … in validateFeatureLimits()
[all …]
/external/autotest/contrib/
Dremove_old_tests_in_tko.sql11 WHILE EXISTS (SELECT test_idx FROM tko_tests WHERE started_time < @cutoff_date LIMIT 1) DO
14 DELETE FROM tko_tests WHERE started_time < @cutoff_date LIMIT 5000;
22 …ECT test_idx FROM tko_tests where started_time IS NULL and finished_time < @cutoff_date LIMIT 1) DO
25 DELETE FROM tko_tests WHERE started_time IS NULL AND finished_time < @cutoff_date LIMIT 5000;
35 WHILE EXISTS (SELECT job_idx FROM tko_jobs WHERE started_time < @cutoff_date LIMIT 1) DO
38 DELETE FROM tko_jobs WHERE started_tim < @cutoff_date LIMIT 5000;
/external/oauth/core/src/main/java/net/oauth/client/
DExcerptInputStream.java21 mark(LIMIT); in ExcerptInputStream()
24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT)); in ExcerptInputStream()
25 if (total == LIMIT) { in ExcerptInputStream()
36 private static final int LIMIT = 1024; field in ExcerptInputStream
37 private byte[] excerpt = new byte[LIMIT + ELLIPSIS.length];
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dconv-trap.ll14 ; CHECK-NEXT: f32.const $push[[LIMIT:[0-9]+]]=, 0x1p31{{$}}
15 ; CHECK-NEXT: f32.lt $push[[LT:[0-9]+]]=, $pop[[ABS]], $pop[[LIMIT]]{{$}}
32 ; CHECK-NEXT: f32.const $push[[LIMIT:[0-9]+]]=, 0x1p32{{$}}
33 ; CHECK-NEXT: f32.lt $push[[LT:[0-9]+]]=, $0, $pop[[LIMIT]]{{$}}
54 ; CHECK-NEXT: f64.const $push[[LIMIT:[0-9]+]]=, 0x1p31{{$}}
55 ; CHECK-NEXT: f64.lt $push[[LT:[0-9]+]]=, $pop[[ABS]], $pop[[LIMIT]]{{$}}
72 ; CHECK-NEXT: f64.const $push[[LIMIT:[0-9]+]]=, 0x1p32{{$}}
73 ; CHECK-NEXT: f64.lt $push[[LT:[0-9]+]]=, $0, $pop[[LIMIT]]{{$}}
94 ; CHECK-NEXT: f32.const $push[[LIMIT:[0-9]+]]=, 0x1p63{{$}}
95 ; CHECK-NEXT: f32.lt $push[[LT:[0-9]+]]=, $pop[[ABS]], $pop[[LIMIT]]{{$}}
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeExtractor/
DPartialInlineAnd.ll3 …skip-partial-inlining-cost-analysis -max-num-inline-blocks=2 -S | FileCheck --check-prefix=LIMIT %s
4 …kip-partial-inlining-cost-analysis -max-num-inline-blocks=2 -S | FileCheck --check-prefix=LIMIT %s
45 ; LIMIT-LABEL: @dummy_caller
46 ; LIMIT: br i1
47 ; LIMIT-NOT: br
48 ; LIMIT: call void @bar.1_
DPartialInlineAndOr.ll3 ; RUN: opt < %s -partial-inliner -max-num-inline-blocks=3 -S | FileCheck --check-prefix=LIMIT %s
4 …: opt < %s -passes=partial-inliner -max-num-inline-blocks=3 -S | FileCheck --check-prefix=LIMIT %s
53 ; LIMIT-LABEL: @dummy_caller
54 ; LIMIT-NOT: br i1
55 ; LIMIT: call i32 @bar
DPartialInlineOr.ll3 ; RUN: opt < %s -partial-inliner -max-num-inline-blocks=2 -S | FileCheck --check-prefix=LIMIT %s
4 …: opt < %s -passes=partial-inliner -max-num-inline-blocks=2 -S | FileCheck --check-prefix=LIMIT %s
45 ; LIMIT-LABEL: @dummy_caller
46 ; LIMIT-NOT: br
47 ; LIMIT: call i32 @bar(
DPartialInlineOptRemark.ll6 …s-remarks=partial-inlining -disable-partial-inlining < %s 2>&1 | FileCheck --check-prefix=LIMIT %s
7 …remarks=partial-inlining --disable-partial-inlining < %s 2>&1 | FileCheck --check-prefix=LIMIT %s
8 …s-remarks=partial-inlining -max-partial-inlining=0 < %s 2>&1 | FileCheck --check-prefix=LIMIT %s
9 …ss-remarks=partial-inlining -max-partial-inlining=0 < %s 2>&1 | FileCheck --check-prefix=LIMIT %s
10 …-pass-remarks=partial-inlining -inline-threshold=0 < %s 2>&1 | FileCheck --check-prefix=LIMIT %s
11 … -pass-remarks=partial-inlining -inline-threshold=0 < %s 2>&1 | FileCheck --check-prefix=LIMIT %s
93 ; LIMIT-NOT:remark{{.*}}bar partially inlined into dummy_caller
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemoryDependenceAnalysis/
Dmemdep-block-scan-limit.ll2 …t -S -memdep -memdep-block-scan-limit=1 -gvn -basicaa < %s | FileCheck %s --check-prefix=WITH-LIMIT
6 ; WITH-LIMIT-LABEL: @test(
7 ; WITH-LIMIT-CHECK: load
8 ; WITH-LIMIT-CHECK: load
/external/llvm/test/Analysis/MemoryDependenceAnalysis/
Dmemdep-block-scan-limit.ll2 …t -S -memdep -memdep-block-scan-limit=1 -gvn -basicaa < %s | FileCheck %s --check-prefix=WITH-LIMIT
6 ; WITH-LIMIT-LABEL: @test(
7 ; WITH-LIMIT-CHECK: load
8 ; WITH-LIMIT-CHECK: load
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
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()
/external/linux-kselftest/tools/testing/selftests/sysctl/
Dsysctl.sh299 LIMIT=$((MAX_DIGITS -1))
301 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
315 LIMIT=$((MAX_DIGITS))
317 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
407 LIMIT=$((MAX_DIGITS -1))
409 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
424 LIMIT=$((MAX_DIGITS))
426 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
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()
/external/perfetto/ui/src/tracks/chrome_slices/
Dcontroller.ts40 const LIMIT = 10000; constant
55 `limit ${LIMIT};`);
101 limit ${LIMIT};`);
146 if (numRows === LIMIT) {
/external/icu/icu4c/source/common/
Ducase.h161 constexpr UChar LIMIT = 0x180; variable
168 extern const int8_t TO_LOWER_NORMAL[LIMIT];
170 extern const int8_t TO_LOWER_TR_LT[LIMIT];
173 extern const int8_t TO_UPPER_NORMAL[LIMIT];
175 extern const int8_t TO_UPPER_TR[LIMIT];
/external/perfetto/ui/src/tracks/process_scheduling/
Dcontroller.ts131 const LIMIT = 10000; constant
144 limit ${LIMIT};`;
148 if (numRows === LIMIT) {
149 console.warn(`More than ${LIMIT} rows returned.`);
/external/perfetto/ui/src/tracks/cpu_slices/
Dcontroller.ts118 const LIMIT = 10000; constant
123 limit ${LIMIT};`;
146 if (numRows === LIMIT) {
/external/bcc/cmake/
DGetGitRevisionDescription.cmake.in18 file(READ "@HEAD_FILE@" HEAD_CONTENTS LIMIT 1024)
36 file(READ "@GIT_DATA@/head-ref" HEAD_HASH LIMIT 1024)
/external/iproute2/examples/
Dcbq.init-v0.7.3614 BUFFER=10Kb/8; LIMIT=15Kb; MTU=1500
778 rate $RATE buffer $BUFFER limit $LIMIT mtu $MTU $PEAK
951 rate $NEW_RATE buffer $BUFFER limit $LIMIT mtu $MTU $NEW_PEAK
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DUnicodeMapTest.java317 …private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisi… 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()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DUnicodeMapTest.java314 …private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisi… 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()
/external/llvm/test/CodeGen/SystemZ/
Datomicrmw-minmax-04.ll128 ; CHECK: lghi [[LIMIT:%r[0-9]+]], 42
132 ; CHECK: cgrjle %r2, [[LIMIT]], [[KEEP:\..*]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Datomicrmw-minmax-04.ll136 ; CHECK-DAG: lghi [[LIMIT:%r[0-9]+]], 42
144 ; CHECK: cgrjle %r2, [[LIMIT]], [[KEEP:\..*]]

123