Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp1129 const int threadCounts[] = { 1, 2, 4 }; in init() local
1136 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()
1138 int threadCount = threadCounts[threadCountNdx]; in init()
1185 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()
1187 int threadCount = threadCounts[threadCountNdx]; in init()
1233 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()
1235 int threadCount = threadCounts[threadCountNdx]; in init()
1282 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()
1284 int threadCount = threadCounts[threadCountNdx]; in init()
1331 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp1313 const int threadCounts[] = in AtomicCounterTests() local
1349 … for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in AtomicCounterTests()
1351 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests()
1384 const int threadCounts[] = { 1, 1000 }; in AtomicCounterTests() local
1433 … for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in AtomicCounterTests()
1435 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests()