Searched refs:perThreadContextCount (Results 1 – 1 of 1) sorted by relevance
74 int perThreadContextCount; member859 …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() argument888 DE_ASSERT(threadCount * perThreadContextCount == (int)contexts.size()); in createThreads()895 for (int contextNdx = 0; contextNdx < perThreadContextCount; contextNdx++) in createThreads()896 threadContexts.push_back(contexts[threadNdx * perThreadContextCount + contextNdx]); in createThreads()988 …triangleCount * config.drawCallCount * config.frameCount * config.perThreadContextCount * config.t… in logTestConfig()990 … "Number of contexts used to render with each thread: " << config.perThreadContextCount << TestLog… in logTestConfig()1043 …createThreads(threads, m_config.threadCount, m_config.perThreadContextCount, m_contexts, m_eglTest… in iterate()1071 string createTestName(int threads, int perThreadContextCount) in createTestName() argument[all …]