Lines Matching refs:threadCount

73 	int			threadCount;  member
859 …for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadN… in init()
886 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vecto… in createThreads() argument
888 DE_ASSERT(threadCount * perThreadContextCount == (int)contexts.size()); in createThreads()
893 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++) in createThreads()
988 …wCallCount * config.frameCount * config.perThreadContextCount * config.threadCount << TestLog::End… in logTestConfig()
989 …log << TestLog::Message << "Number of threads: " << config.threadCount << TestLog::EndMess… in logTestConfig()
1043 …createThreads(threads, m_config.threadCount, m_config.perThreadContextCount, m_contexts, m_eglTest… in iterate()
1091 basicConfig.threadCount = 1; in init()
1126 int threadCount = threadCounts[threadCountNdx]; in init() local
1132 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1136 config.threadCount = threadCount; in init()
1146 if (threadCount * contextCount == 1) in init()
1149 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1158 if (threadCount * contextCount == 1) in init()
1161 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()
1175 int threadCount = threadCounts[threadCountNdx]; in init() local
1181 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1185 config.threadCount = threadCount; in init()
1194 if (threadCount * contextCount == 1) in init()
1197 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1206 if (threadCount * contextCount == 1) in init()
1209 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()
1223 int threadCount = threadCounts[threadCountNdx]; in init() local
1229 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1234 config.threadCount = threadCount; in init()
1243 if (threadCount * contextCount == 1) in init()
1246 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1255 if (threadCount * contextCount == 1) in init()
1258 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()
1272 int threadCount = threadCounts[threadCountNdx]; in init() local
1278 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1283 config.threadCount = threadCount; in init()
1292 if (threadCount * contextCount == 1) in init()
1295 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1304 if (threadCount * contextCount == 1) in init()
1307 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()
1321 int threadCount = threadCounts[threadCountNdx]; in init() local
1327 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1332 config.threadCount = threadCount; in init()
1341 if (threadCount * contextCount == 1) in init()
1344 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1353 if (threadCount * contextCount == 1) in init()
1356 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()
1370 int threadCount = threadCounts[threadCountNdx]; in init() local
1376 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1381 config.threadCount = threadCount; in init()
1390 if (threadCount * contextCount == 1) in init()
1393 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1402 if (threadCount * contextCount == 1) in init()
1405 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()
1419 int threadCount = threadCounts[threadCountNdx]; in init() local
1425 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1433 config.threadCount = threadCount; in init()
1442 if (threadCount * contextCount == 1) in init()
1445 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1454 if (threadCount * contextCount == 1) in init()
1457 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()
1471 int threadCount = threadCounts[threadCountNdx]; in init() local
1477 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1483 config.threadCount = threadCount; in init()
1493 if (threadCount * contextCount == 1) in init()
1496 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1505 if (threadCount * contextCount == 1) in init()
1508 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()
1522 int threadCount = threadCounts[threadCountNdx]; in init() local
1528 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1534 config.threadCount = threadCount; in init()
1544 if (threadCount * contextCount == 1) in init()
1547 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1556 if (threadCount * contextCount == 1) in init()
1559 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()
1573 int threadCount = threadCounts[threadCountNdx]; in init() local
1579 if (threadCount * contextCount != 4 && threadCount * contextCount != 1) in init()
1584 config.threadCount = threadCount; in init()
1593 if (threadCount * contextCount == 1) in init()
1596 …new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) … in init()
1605 if (threadCount * contextCount == 1) in init()
1608 …d(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) … in init()