Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A 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 in createSpecialLoopCase()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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 in createSpecialLoopCase()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp613 int iterCount = 3; // value to use in loop in createSpecialLoopCase() local
678 iterCount = 2; in createSpecialLoopCase()
679 numIters = 2 * iterCount; in createSpecialLoopCase()
684 iterCount = 2; in createSpecialLoopCase()
685 numIters = 2 * iterCount; in createSpecialLoopCase()
690 iterCount = 0; in createSpecialLoopCase()
696 iterCount = 1; in createSpecialLoopCase()
706 numIters = iterCount - 1; in createSpecialLoopCase()
720 numIters = iterCount - 1; in createSpecialLoopCase()
744 iterCount in createSpecialLoopCase()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A 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 in createSpecialLoopCase()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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 in createSpecialLoopCase()
[all...]
/third_party/icu/icu4j/perf-tests/perldriver/
H A 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 iteration
[all...]
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm27 my $iterCount = 0;
178 # $a->[1]: 'begin' data, == $iterCount
185 my $iterCount = shift(@b);
192 # out("Iterations per pass: $iterCount<BR>\n");
194 # debug("Iterations per pass: $iterCount<BR>\n");
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 iteration
[all...]
/third_party/icu/icu4j/perf-tests/
H A 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");
214 # is $iterCount actually -seconds/pass?
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,
[all...]
H A 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");
263 # is $iterCount actually -seconds/pass?
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,
[all...]
H A 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");
209 # is $iterCount actually -seconds/pass?
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,
[all...]
H A 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");
211 # is $iterCount actually -seconds/pass?
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,
[all...]
H A 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");
201 # is $iterCount actually -seconds/pass?
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,
[all...]
H A Dperftests.pl319 my $iterCount = shift; # actually might be -seconds/pass
321 # is $iterCount actually -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);
346 # $a->[1]: 'begin' data, == $iterCount
357 ($iterCount, $eventsPerIter, @ms);
H A 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);
261 # $a->[1]: 'begin' data, == $iterCount
269 out("Iterations per pass: $iterCount<BR>\n");
276 ($iterCount, $eventsPerIter, @ms);
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp163 const std::string iterCount = params.iterCountType == ITERCOUNTTYPE_DYNAMIC ? (isVertCase ? "a_iterCount" : "v_iterCount") : 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() local
/third_party/mesa3d/src/nouveau/codegen/
H A 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()
H A Dnv50_ir_peephole.cpp397 unsigned int iterCount = 0; in foldAll() local
402 } while (foldCount && ++iterCount < 2); in foldAll()
/third_party/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp231 int32_t iterCount = 0; in compareWordBreaks() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
H A 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()
/third_party/backends/backend/
H A Dhp5400_internal.c169 size_t iterCount = 10; in GetSensors() local
179 } while (iterCount-- && (thisSensorMap > 0)); in GetSensors()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingUnusedAttachmentsTests.cpp805 const auto iterCount = (m_params.multiView ? 1u : m_params.layerCount); in iterate() local
806 for (uint32_t i = 0; i < iterCount; ++i) in iterate()

Completed in 26 milliseconds