Lines Matching refs:threadCount
73 int threadCount;
859 for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadNdx++)
886 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vector<TestContext*>& contexts, const Library& egl)
888 DE_ASSERT(threadCount * perThreadContextCount == (int)contexts.size());
893 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++)
988 log << TestLog::Message << "Total triangles rendered: : " << config.triangleCount * config.drawCallCount * config.frameCount * config.perThreadContextCount * config.threadCount << TestLog::EndMessage;
989 log << TestLog::Message << "Number of threads: " << config.threadCount << TestLog::EndMessage;
1043 createThreads(threads, m_config.threadCount, m_config.perThreadContextCount, m_contexts, m_eglTestCtx.getLibrary());
1091 basicConfig.threadCount = 1;
1126 int threadCount = threadCounts[threadCountNdx];
1132 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1136 config.threadCount = threadCount;
1146 if (threadCount * contextCount == 1)
1149 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1158 if (threadCount * contextCount == 1)
1161 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1175 int threadCount = threadCounts[threadCountNdx];
1181 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1185 config.threadCount = threadCount;
1194 if (threadCount * contextCount == 1)
1197 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1206 if (threadCount * contextCount == 1)
1209 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1223 int threadCount = threadCounts[threadCountNdx];
1229 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1234 config.threadCount = threadCount;
1243 if (threadCount * contextCount == 1)
1246 sharedCoordBufferGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1255 if (threadCount * contextCount == 1)
1258 sharedCoordBufferGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1272 int threadCount = threadCounts[threadCountNdx];
1278 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1283 config.threadCount = threadCount;
1292 if (threadCount * contextCount == 1)
1295 sharedIndexBufferGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1304 if (threadCount * contextCount == 1)
1307 sharedIndexBufferGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1321 int threadCount = threadCounts[threadCountNdx];
1327 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1332 config.threadCount = threadCount;
1341 if (threadCount * contextCount == 1)
1344 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1353 if (threadCount * contextCount == 1)
1356 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1370 int threadCount = threadCounts[threadCountNdx];
1376 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1381 config.threadCount = threadCount;
1390 if (threadCount * contextCount == 1)
1393 sharedProgramGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1402 if (threadCount * contextCount == 1)
1405 sharedProgramGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1419 int threadCount = threadCounts[threadCountNdx];
1425 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1433 config.threadCount = threadCount;
1442 if (threadCount * contextCount == 1)
1445 sharedallGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1454 if (threadCount * contextCount == 1)
1457 sharedallGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1471 int threadCount = threadCounts[threadCountNdx];
1477 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1483 config.threadCount = threadCount;
1493 if (threadCount * contextCount == 1)
1496 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1505 if (threadCount * contextCount == 1)
1508 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1522 int threadCount = threadCounts[threadCountNdx];
1528 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1534 config.threadCount = threadCount;
1544 if (threadCount * contextCount == 1)
1547 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1556 if (threadCount * contextCount == 1)
1559 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1573 int threadCount = threadCounts[threadCountNdx];
1579 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1584 config.threadCount = threadCount;
1593 if (threadCount * contextCount == 1)
1596 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1605 if (threadCount * contextCount == 1)
1608 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));