Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.cpp521 int iterCount = 3; // value to use in loop in createSpecialLoopCase() local
592 iterCount = 2; in createSpecialLoopCase()
593 numIters = 2 * iterCount; in createSpecialLoopCase()
598 iterCount = 2; in createSpecialLoopCase()
599 numIters = 2 * iterCount; in createSpecialLoopCase()
604 iterCount = 0; in createSpecialLoopCase()
610 iterCount = 1; in createSpecialLoopCase()
620 numIters = iterCount - 1; in createSpecialLoopCase()
634 numIters = iterCount - 1; in createSpecialLoopCase()
658 iterCount = 5; in createSpecialLoopCase()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.cpp467 int iterCount = 3; // value to use in loop in createSpecialLoopCase() local
532 iterCount = 2; in createSpecialLoopCase()
533 numIters = 2 * iterCount; in createSpecialLoopCase()
538 iterCount = 2; in createSpecialLoopCase()
539 numIters = 2 * iterCount; in createSpecialLoopCase()
544 iterCount = 0; in createSpecialLoopCase()
550 iterCount = 1; in createSpecialLoopCase()
560 numIters = iterCount - 1; in createSpecialLoopCase()
574 numIters = iterCount - 1; in createSpecialLoopCase()
598 iterCount = 5; in createSpecialLoopCase()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp483 int iterCount = 3; // value to use in loop in createSpecialLoopCase() local
548 iterCount = 2; in createSpecialLoopCase()
549 numIters = 2 * iterCount; in createSpecialLoopCase()
554 iterCount = 2; in createSpecialLoopCase()
555 numIters = 2 * iterCount; in createSpecialLoopCase()
560 iterCount = 0; in createSpecialLoopCase()
566 iterCount = 1; in createSpecialLoopCase()
576 numIters = iterCount - 1; in createSpecialLoopCase()
590 numIters = iterCount - 1; in createSpecialLoopCase()
614 iterCount = 5; in createSpecialLoopCase()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp616 int iterCount = 3; // value to use in loop in createSpecialLoopCase() local
681 iterCount = 2; in createSpecialLoopCase()
682 numIters = 2 * iterCount; in createSpecialLoopCase()
687 iterCount = 2; in createSpecialLoopCase()
688 numIters = 2 * iterCount; in createSpecialLoopCase()
693 iterCount = 0; in createSpecialLoopCase()
699 iterCount = 1; in createSpecialLoopCase()
709 numIters = iterCount - 1; in createSpecialLoopCase()
723 numIters = iterCount - 1; in createSpecialLoopCase()
747 iterCount = 5; in createSpecialLoopCase()
[all …]
/external/icu/icu4j/perf-tests/perldriver/
DPerfFramework4j.pm25 my $iterCount = 0;
201 # $a->[1]: 'begin' data, == $iterCount
208 my $iterCount = shift(@b);
215 # out("Iterations per pass: $iterCount<BR>\n");
217 # debug("Iterations per pass: $iterCount<BR>\n");
227 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter);
229 ($iterCount, $operationsPerIter, \@ms);
359 my $iterCount = shift; # actually might be -seconds/pass
362 if ($iterCount > 0) {
363 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
[all …]
/external/cronet/third_party/icu/source/test/perf/perldriver/
DPerfFramework.pm27 my $iterCount = 0;
185 my $iterCount = shift(@b);
204 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter);
206 ($iterCount, $operationsPerIter, \@ms);
336 my $iterCount = shift; # actually might be -seconds/pass
339 if ($iterCount > 0) {
340 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
342 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
346 if ($iterCount < 0) {
357 $iterCount = int(-$iterCount / $timePerIter + 0.5);
[all …]
/external/icu/icu4c/source/test/perf/perldriver/
DPerfFramework.pm27 my $iterCount = 0;
185 my $iterCount = shift(@b);
204 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter);
206 ($iterCount, $operationsPerIter, \@ms);
336 my $iterCount = shift; # actually might be -seconds/pass
339 if ($iterCount > 0) {
340 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
342 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
346 if ($iterCount < 0) {
357 $iterCount = int(-$iterCount / $timePerIter + 0.5);
[all …]
/external/icu/icu4j/perf-tests/
Dnormperf.pl254 my $iterCount = shift; # actually might be -seconds/pass
257 if ($iterCount > 0) {
258 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
260 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
264 if ($iterCount < 0) {
277 $iterCount = int(-$iterCount / $timePerIter + 0.5);
286 print "Measuring $iterCount iterations x $NUMPASSES passes...";
287 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
301 out("Iterations per pass: $iterCount<BR>\n");
308 ($iterCount, $eventsPerIter, @ms);
Ddateformatperf.pl205 my $iterCount = shift; # actually might be -seconds/pass
208 if ($iterCount > 0) {
209 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
211 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
215 if ($iterCount < 0) {
228 $iterCount = int(-$iterCount / $timePerIter + 0.5);
237 print "Measuring $iterCount iterations x $NUMPASSES passes...";
238 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
252 out("Iterations per pass: $iterCount<BR>\n");
259 ($iterCount, $eventsPerIter, @ms);
Ddecimalformatperf.pl200 my $iterCount = shift; # actually might be -seconds/pass
203 if ($iterCount > 0) {
204 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
206 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
210 if ($iterCount < 0) {
223 $iterCount = int(-$iterCount / $timePerIter + 0.5);
232 print "Measuring $iterCount iterations x $NUMPASSES passes...";
233 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
247 out("Iterations per pass: $iterCount<BR>\n");
254 ($iterCount, $eventsPerIter, @ms);
Ducharacterperf.pl202 my $iterCount = shift; # actually might be -seconds/pass
205 if ($iterCount > 0) {
206 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
208 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
212 if ($iterCount < 0) {
225 $iterCount = int(-$iterCount / $timePerIter + 0.5);
234 print "Measuring $iterCount iterations x $NUMPASSES passes...";
235 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
249 out("Iterations per pass: $iterCount<BR>\n");
256 ($iterCount, $eventsPerIter, @ms);
Dunicodesetperf.pl192 my $iterCount = shift; # actually might be -seconds/pass
195 if ($iterCount > 0) {
196 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
198 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
202 if ($iterCount < 0) {
215 $iterCount = int(-$iterCount / $timePerIter + 0.5);
224 print "Measuring $iterCount iterations x $NUMPASSES passes...";
225 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
239 out("Iterations per pass: $iterCount<BR>\n");
246 ($iterCount, $eventsPerIter, @ms);
Dconverterperf.pl222 my $iterCount = 0; # Set later based on param3.
226 $iterCount = $param3;
227 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
245 $iterCount = int($timePerPass / $timePerIter + 0.5);
254 print "Measuring $iterCount iterations x $NUMPASSES passes...";
255 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
269 out("Iterations per pass: $iterCount<BR>\n");
276 ($iterCount, $eventsPerIter, @ms);
Dperftests.pl319 my $iterCount = shift; # actually might be -seconds/pass
322 if ($iterCount < 0) {
335 $iterCount = int(-$iterCount / $timePerIter + 0.5);
339 print "Measuring $iterCount iterations x $NUMPASSES passes...";
340 my @t = callJava($testclass, $method, $pat, $iterCount, $NUMPASSES);
357 ($iterCount, $eventsPerIter, @ms);
/external/deqp/modules/gles3/stress/
Des3sLongRunningShaderTests.cpp163 …const std::string iterCount = params.iterCountType == ITERCOUNTTYPE_DYNAMIC ? (isVertCase ? "a_ite… in genSources() local
173 op << " for (highp int i = 0; i < " << iterCount << " || " << iterCount << " < 0; ++i)\n" in genSources()
179 << " while (i < " << iterCount << " || " << iterCount << " < 0) {\n" in genSources()
191 << " } while (i <= " << iterCount << " || " << iterCount << " < 0);\n"; in genSources()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ssa.cpp336 int iterCount = 0; in convertToSSA() local
349 ++iterCount; in convertToSSA()
361 if (work[bb->getId()] == iterCount) in convertToSSA()
363 work[bb->getId()] = iterCount; in convertToSSA()
377 if (hasAlready[dfBB->getId()] >= iterCount) in convertToSSA()
379 hasAlready[dfBB->getId()] = iterCount; in convertToSSA()
392 if (work[dfBB->getId()] < iterCount) { in convertToSSA()
393 work[dfBB->getId()] = iterCount; in convertToSSA()
Dnv50_ir_peephole.cpp394 unsigned int iterCount = 0; in foldAll() local
399 } while (foldCount && ++iterCount < 2); in foldAll()
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp407 deUint32 iterCount = (deRandom_getUint32(&rnd) % 5) + 1; in genForUnif() local
408 ops.push_back({OP_BEGIN_FOR_UNIF, iterCount}); in genForUnif()
422 deUint32 iterCount = (deRandom_getUint32(&rnd) % 5) + 1; in genDoWhileUnif() local
423 ops.push_back({OP_BEGIN_DO_WHILE_UNIF, iterCount}); in genDoWhileUnif()
/external/icu/icu4c/source/test/thaitest/
Dthaitest.cpp231 int32_t iterCount = 0; in compareWordBreaks() local
/external/cronet/third_party/icu/source/test/thaitest/
Dthaitest.cpp231 int32_t iterCount = 0; in compareWordBreaks() local
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp3431 const size_t iterCount = poolCreateInfo.blockSize / bufCreateInfo.size / buffersPerIter * 2; in TestLinearAllocator() local
3432 for(size_t iter = 0; iter < iterCount; ++iter) in TestLinearAllocator()