/external/deqp/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 521 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/modules/gles3/functional/ |
D | es3fShaderLoopTests.cpp | 483 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/openglcts/modules/common/ |
D | glcShaderLoopTests.cpp | 467 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/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 616 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/ |
D | PerfFramework4j.pm | 25 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/icu/icu4c/source/test/perf/perldriver/ |
D | PerfFramework.pm | 27 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/ |
D | decimalformatperf.pl | 198 my $iterCount = shift; # actually might be -seconds/pass 201 if ($iterCount > 0) { 202 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 204 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 208 if ($iterCount < 0) { 221 $iterCount = int(-$iterCount / $timePerIter + 0.5); 230 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 231 my @t = callJava($method, $pat, $iterCount, $NUMPASSES); 245 out("Iterations per pass: $iterCount<BR>\n"); 252 ($iterCount, $eventsPerIter, @ms);
|
D | dateformatperf.pl | 203 my $iterCount = shift; # actually might be -seconds/pass 206 if ($iterCount > 0) { 207 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 209 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 213 if ($iterCount < 0) { 226 $iterCount = int(-$iterCount / $timePerIter + 0.5); 235 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 236 my @t = callJava($method, $pat, $iterCount, $NUMPASSES); 250 out("Iterations per pass: $iterCount<BR>\n"); 257 ($iterCount, $eventsPerIter, @ms);
|
D | ucharacterperf.pl | 200 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);
|
D | unicodesetperf.pl | 190 my $iterCount = shift; # actually might be -seconds/pass 193 if ($iterCount > 0) { 194 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 196 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 200 if ($iterCount < 0) { 213 $iterCount = int(-$iterCount / $timePerIter + 0.5); 222 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 223 my @t = callJava($method, $pat, $iterCount, $NUMPASSES); 237 out("Iterations per pass: $iterCount<BR>\n"); 244 ($iterCount, $eventsPerIter, @ms);
|
D | normperf.pl | 252 my $iterCount = shift; # actually might be -seconds/pass 255 if ($iterCount > 0) { 256 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 258 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 262 if ($iterCount < 0) { 275 $iterCount = int(-$iterCount / $timePerIter + 0.5); 284 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 285 my @t = callJava($method, $pat, $iterCount, $NUMPASSES); 299 out("Iterations per pass: $iterCount<BR>\n"); 306 ($iterCount, $eventsPerIter, @ms);
|
D | converterperf.pl | 216 my $iterCount = shift; # actually might be -seconds/pass 219 if ($iterCount > 0) { 220 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 222 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 226 if ($iterCount < 0) { 239 $iterCount = int(-$iterCount / $timePerIter + 0.5); 248 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 249 my @t = callJava($method, $pat, $iterCount, $NUMPASSES); 263 out("Iterations per pass: $iterCount<BR>\n"); 270 ($iterCount, $eventsPerIter, @ms);
|
D | perftests.pl | 319 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/ |
D | es3sLongRunningShaderTests.cpp | 163 …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/ |
D | nv50_ir_ssa.cpp | 336 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()
|
D | nv50_ir_peephole.cpp | 394 unsigned int iterCount = 0; in foldAll() local 399 } while (foldCount && ++iterCount < 2); in foldAll()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopFusionUtils.cpp | 505 uint64_t iterCount = 1; in getSliceIterationCount() local 507 iterCount *= count.second; in getSliceIterationCount() 509 return iterCount; in getSliceIterationCount()
|
/external/icu/icu4c/source/test/thaitest/ |
D | thaitest.cpp | 231 int32_t iterCount = 0; in compareWordBreaks() local
|
/external/deqp/modules/egl/ |
D | teglRobustnessTests.cpp | 788 const std::string iterCount = (isVertCase ? "u_iterCount" : "v_iterCount"); in genNonComputeSource() local 789 …const std::string loopHeader = " for (highp int i = 0; i < " + iterCount + " || " + iterCount + " … in genNonComputeSource() 868 glw::GLint iterCount = -1; in setup() local 869 GLU_CHECK_GLW_CALL(m_gl, uniform1i(iterCountLocation, iterCount)); in setup()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | Tests.cpp | 3068 const size_t iterCount = poolCreateInfo.blockSize / bufCreateInfo.size / buffersPerIter * 2; in TestLinearAllocator() local 3069 for(size_t iter = 0; iter < iterCount; ++iter) in TestLinearAllocator()
|