Searched refs:iterCount (Results 1 - 11 of 11) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp482 int iterCount = 3; // value to use in loop local
547 iterCount = 2;
548 numIters = 2 * iterCount;
553 iterCount = 2;
554 numIters = 2 * iterCount;
559 iterCount = 0;
565 iterCount = 1;
575 numIters = iterCount - 1;
589 numIters = iterCount - 1;
613 iterCount
[all...]
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DPerfFramework.pm23 my $iterCount = 0;
174 # $a->[1]: 'begin' data, == $iterCount
181 my $iterCount = shift(@b);
188 # out("Iterations per pass: $iterCount<BR>\n");
190 # debug("Iterations per pass: $iterCount<BR>\n");
200 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter);
202 ($iterCount, $operationsPerIter, \@ms);
332 my $iterCount = shift; # actually might be -seconds/pass
335 if ($iterCount > 0) {
336 out("$iterCount iteration
[all...]
/external/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm23 my $iterCount = 0;
174 # $a->[1]: 'begin' data, == $iterCount
181 my $iterCount = shift(@b);
188 # out("Iterations per pass: $iterCount<BR>\n");
190 # debug("Iterations per pass: $iterCount<BR>\n");
200 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter);
202 ($iterCount, $operationsPerIter, \@ms);
332 my $iterCount = shift; # actually might be -seconds/pass
335 if ($iterCount > 0) {
336 out("$iterCount iteration
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp520 int iterCount = 3; // value to use in loop local
591 iterCount = 2;
592 numIters = 2 * iterCount;
597 iterCount = 2;
598 numIters = 2 * iterCount;
603 iterCount = 0;
609 iterCount = 1;
619 numIters = iterCount - 1;
633 numIters = iterCount - 1;
657 iterCount
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp163 const std::string iterCount = params.iterCountType == ITERCOUNTTYPE_DYNAMIC ? (isVertCase ? "a_iterCount" : "v_iterCount") : local
173 op << " for (highp int i = 0; i < " << iterCount << " || " << iterCount << " < 0; ++i)\n"
179 << " while (i < " << iterCount << " || " << iterCount << " < 0) {\n"
191 << " } while (i <= " << iterCount << " || " << iterCount << " < 0);\n"; local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp335 int iterCount = 0; local
348 ++iterCount;
360 if (work[bb->getId()] == iterCount)
362 work[bb->getId()] = iterCount;
376 if (hasAlready[dfBB->getId()] >= iterCount)
378 hasAlready[dfBB->getId()] = iterCount;
391 if (work[dfBB->getId()] < iterCount) {
392 work[dfBB->getId()] = iterCount;
H A Dnv50_ir_peephole.cpp255 unsigned int iterCount = 0; local
260 } while (foldCount && ++iterCount < 2);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp335 int iterCount = 0; local
348 ++iterCount;
360 if (work[bb->getId()] == iterCount)
362 work[bb->getId()] = iterCount;
376 if (hasAlready[dfBB->getId()] >= iterCount)
378 hasAlready[dfBB->getId()] = iterCount;
391 if (work[dfBB->getId()] < iterCount) {
392 work[dfBB->getId()] = iterCount;
H A Dnv50_ir_peephole.cpp255 unsigned int iterCount = 0; local
260 } while (foldCount && ++iterCount < 2);
/external/chromium_org/third_party/icu/source/test/thaitest/
H A Dthaitest.cpp229 int32_t iterCount = 0; local
/external/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp229 int32_t iterCount = 0; local

Completed in 657 milliseconds