Home
last modified time | relevance | path

Searched defs:iterations (Results 101 - 125 of 178) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGranularityTests.cpp474 const deUint32 iterations = rnd.getInt(minIteration, maxIteration); in createGranularityQueryTests() local
484 const deUint32 iterations = rnd.getInt(minIteration, maxIteration); in createGranularityQueryTests() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp205 int iterations() const { in iterations() function in __anon24655::DepChain
/third_party/elfutils/libdwfl/
H A Dlink_map.c337 size_t iterations = 0; report_r_debug() local
/third_party/ffmpeg/libavfilter/
H A Daf_apsyclip.c38 int iterations; member
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java89 protected int iterations; field in PerfTest
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp439 } iterations[] = in testEnableDisable() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawCallPerf.cpp321 void ClearThenDraw(unsigned int iterations, GLsizei numElements) in ClearThenDraw() argument
331 void JustDraw(unsigned int iterations, GLsizei numElements) in JustDraw() argument
340 void ChangeVertexAttribThenDraw(unsigned int iterations, GLsizei numElements, GLuint buffer) in ChangeVertexAttribThenDraw() argument
359 void ChangeArrayBuffersThenDraw(unsigned int iterations, in ChangeArrayBuffersThenDraw() argument
382 void ChangeTextureThenDraw(unsigned int iterations, in ChangeTextureThenDraw() argument
397 ChangeProgramThenDraw(unsigned int iterations, GLsizei numElements, GLuint program1, GLuint program2) ChangeProgramThenDraw() argument
412 CycleVertexBufferThenDraw(unsigned int iterations, GLsizei numElements, const std::vector<GLuint> &vbos, size_t *currentVBO) CycleVertexBufferThenDraw() argument
427 ChangeScissorThenDraw(unsigned int iterations, GLsizei numElements, unsigned int windowWidth, unsigned int windowHeight) ChangeScissorThenDraw() argument
511 DrawWithEightTextures(unsigned int iterations, GLsizei numElements, std::vector<GLuint> textures) DrawWithEightTextures() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h331 unsigned int iterations = ~0u; member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_peeling.cpp640 size_t iterations = 0; in ProcessLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.cpp640 size_t iterations = 0; in ProcessLoop() local
/third_party/python/Modules/clinic/
H A D_hashopenssl.c.h895 long iterations; in pbkdf2_hmac() local
/third_party/spirv-tools/source/opt/
H A Dloop_peeling.cpp641 size_t iterations = 0; in ProcessLoop() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java892 void CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) { in CheckSpeed() argument
897 void CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) { in CheckSpeed2() argument
924 CheckSpeed3(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed3() argument
1751 CheckRangeSpeed(int iterations, UnicodeSet testSet) CheckRangeSpeed() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java796 private static long timeLocaleMatcher(ULocale desired, LocaleMatcher matcher, int iterations) { in timeLocaleMatcher() argument
826 private static long timeMaximize(Iterable<ULocale> list, int iterations) { in timeMaximize() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java838 private static long timeLocaleMatcher(ULocale desired, LocaleMatcher matcher, int iterations) { in timeLocaleMatcher() argument
868 private static long timeMaximize(Iterable<ULocale> list, int iterations) { in timeMaximize() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c1172 int iterations = calculate_iterations(initial_val, step_val, limit_val, in find_trip_count() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c488 unsigned i, iterations, num_partial_copies; in si_test_image_copy_region() local
648 unsigned iterations; in si_test_blit() local
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp186 uint32_t iterations = ITERATIONS; in runTests() local
/third_party/libevdev/libevdev/
H A Dlibevdev.c877 int iterations = 0; in drain_events() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp303 IterationArray iterations; member
/third_party/openssl/test/
H A Devp_kdf_test.c502 unsigned int iterations = 4096; in test_kdf_pbkdf1() local
574 unsigned int iterations = 4096; in test_kdf_pbkdf2() local
606 unsigned int iterations = 4096; in test_kdf_pbkdf2_small_output() local
634 unsigned int iterations = 4096; in test_kdf_pbkdf2_large_output() local
663 unsigned int iterations = 4096; in test_kdf_pbkdf2_small_salt() local
688 unsigned int iterations = 1; test_kdf_pbkdf2_small_iterations() local
714 unsigned int iterations = 4096; test_kdf_pbkdf2_small_salt_pkcs5() local
751 unsigned int iterations = 1; test_kdf_pbkdf2_small_iterations_pkcs5() local
787 unsigned int iterations = 4096; test_kdf_pbkdf2_invalid_digest() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc68 int iterations; member
356 RunTestCommon(TestContext *cxt, void (*test)(TestContext *cxt, int), int threads, int iterations, int operations) RunTestCommon() argument
381 RunTest(void (*test)(TestContext *cxt, int), int threads, int iterations, int operations) RunTest() argument
392 RunTestWithInvariantDebugging(void (*test)(TestContext *cxt, int), int threads, int iterations, int operations, void (*invariant)(void *)) RunTestWithInvariantDebugging() argument
1616 int iterations = ScaleIterations(10000000) / threads; global() local
1630 int iterations = 1000000 / threads; global() local
1644 int iterations = 100; global() local
1651 int iterations = ScaleIterations(20000000) / threads; global() local
1665 int iterations = ScaleIterations(500000); global() local
1672 int iterations = 200000 / threads; global() local
1680 int iterations = 200000; global() local
1687 int iterations = 1000; global() local
1695 int iterations = 1; global() local
1697 threads * iterations); global() local
1702 int iterations = 1; global() local
1703 EXPECT_EQ(RunTest(&TestMuTime, threads, iterations, 1), threads * iterations); global() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp346 static inline string loop (int iterations, const string& innerExpr) in loop() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp997 void TextureLevelCommonCase::generateTestIterations (std::vector<TextureGenerationSpec>& iterations) in generateTestIterations() argument
1166 void generateTestIterations (std::vector<TextureGenerationSpec>& iterations) in generateTestIterations() argument
1216 void TextureLevelSizeCase::generateTestIterations (std::vector<TextureGenerationSpec>& iterations) in generateTestIterations() argument
1338 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) generateTestIterations() argument
1469 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) generateTestIterations() argument
1521 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) generateTestIterations() argument
1559 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) generateTestIterations() argument
1599 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) generateTestIterations() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp304 IterationArray iterations; member

Completed in 37 milliseconds

12345678