Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DVulkanMultithreadingTest.cpp139 constexpr size_t kIterationsPerThread = 16; in TEST_P() local
172 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
DMultithreadingTest.cpp238 constexpr size_t kIterationsPerThread = 32; in TEST_P() local
239 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
300 constexpr size_t kIterationsPerThread = 512; in TEST_P() local
317 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
343 constexpr size_t kIterationsPerThread = 32; in TEST_P() local
361 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
394 constexpr size_t kIterationsPerThread = 100; in TEST_P() local
412 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
448 constexpr size_t kIterationsPerThread = 32; in TEST_P() local
458 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P()
[all …]