Home | History | Annotate | Download | only in egl

Lines Matching refs:threadCount

71 	int			threadCount;
878 for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadNdx++)
898 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vector<TestContext*>& contexts)
900 DE_ASSERT(threadCount * perThreadContextCount == (int)contexts.size());
905 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++)
1000 log << TestLog::Message << "Total triangles rendered: : " << config.triangleCount * config.drawCallCount * config.frameCount * config.perThreadContextCount * config.threadCount << TestLog::EndMessage;
1001 log << TestLog::Message << "Number of threads: " << config.threadCount << TestLog::EndMessage;
1055 createThreads(threads, m_config.threadCount, m_config.perThreadContextCount, m_contexts);
1103 basicConfig.threadCount = 1;
1138 int threadCount = threadCounts[threadCountNdx];
1144 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1148 config.threadCount = threadCount;
1158 if (threadCount * contextCount == 1)
1161 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1170 if (threadCount * contextCount == 1)
1173 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1187 int threadCount = threadCounts[threadCountNdx];
1193 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1197 config.threadCount = threadCount;
1206 if (threadCount * contextCount == 1)
1209 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1218 if (threadCount * contextCount == 1)
1221 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1235 int threadCount = threadCounts[threadCountNdx];
1241 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1246 config.threadCount = threadCount;
1255 if (threadCount * contextCount == 1)
1258 sharedCoordBufferGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1267 if (threadCount * contextCount == 1)
1270 sharedCoordBufferGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1284 int threadCount = threadCounts[threadCountNdx];
1290 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1295 config.threadCount = threadCount;
1304 if (threadCount * contextCount == 1)
1307 sharedIndexBufferGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1316 if (threadCount * contextCount == 1)
1319 sharedIndexBufferGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1333 int threadCount = threadCounts[threadCountNdx];
1339 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1344 config.threadCount = threadCount;
1353 if (threadCount * contextCount == 1)
1356 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1365 if (threadCount * contextCount == 1)
1368 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1382 int threadCount = threadCounts[threadCountNdx];
1388 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1393 config.threadCount = threadCount;
1402 if (threadCount * contextCount == 1)
1405 sharedProgramGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1414 if (threadCount * contextCount == 1)
1417 sharedProgramGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1431 int threadCount = threadCounts[threadCountNdx];
1437 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1445 config.threadCount = threadCount;
1454 if (threadCount * contextCount == 1)
1457 sharedallGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1466 if (threadCount * contextCount == 1)
1469 sharedallGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1483 int threadCount = threadCounts[threadCountNdx];
1489 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1495 config.threadCount = threadCount;
1505 if (threadCount * contextCount == 1)
1508 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1517 if (threadCount * contextCount == 1)
1520 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1534 int threadCount = threadCounts[threadCountNdx];
1540 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1546 config.threadCount = threadCount;
1556 if (threadCount * contextCount == 1)
1559 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1568 if (threadCount * contextCount == 1)
1571 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));
1585 int threadCount = threadCounts[threadCountNdx];
1591 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1596 config.threadCount = threadCount;
1605 if (threadCount * contextCount == 1)
1608 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
1617 if (threadCount * contextCount == 1)
1620 sharedTextureGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, bigConfig, (createTestName(threadCount, contextCount) + "_big_call").c_str(), ""));