Home
last modified time | relevance | path

Searched refs:kIterationsPerThread (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/
DMultithreadingTest.cpp214 constexpr size_t kIterationsPerThread = 32; in TEST_P() local
215 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
274 constexpr size_t kIterationsPerThread = 512; in TEST_P() local
291 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
317 constexpr size_t kIterationsPerThread = 32; in TEST_P() local
335 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
390 constexpr size_t kIterationsPerThread = 32; in TEST_P() local
413 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
448 constexpr size_t kIterationsPerThread = 100; in TEST_P() local
466 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
[all …]
DVulkanMultithreadingTest.cpp140 constexpr size_t kIterationsPerThread = 16; in TEST_P() local
173 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()