Lines Matching refs:threadCount

94 			, threadCount			(0)  in TestSpec()
104 int threadCount; member
122 deUint32 getInitialValue (void) const { return m_spec.callCount * m_spec.threadCount + 1; } in getInitialValue()
242 src << " uint preGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
245 …src << " uint increment[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
248 …src << " uint decrement[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
251 src << " uint postGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
254 src << " uint get[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
537 … + (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount… in checkAndLogCounterValues()
540 … - (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount… in checkAndLogCounterValues()
543 …Branches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount/2 : 0) - (m_s… in checkAndLogCounterValues()
559 const int bufferValueCount = m_spec.callCount * m_spec.threadCount * m_spec.atomicCounterCount; in splitBuffer()
606 for (int threadNdx = 0; threadNdx < m_spec.threadCount; threadNdx++) in splitBuffer()
714 …pec.useBranches ? spec.threadCount*spec.callCount - spec.threadCount*spec.callCount/2 : 0) - (spec… in checkPath()
924 …const deInt32 ssoSize = m_spec.atomicCounterCount * m_spec.callCount * m_spec.threadCount * … in iterate()
975 gl.dispatchCompute(m_spec.threadCount, 1, 1); in iterate()
1056 stream << "_" << spec.threadCount << (spec.threadCount == 1 ? "_thread" : "_threads"); in specToTestName()
1098 …ount << " atomic counters, " << spec.callCount << " calls and " << spec.threadCount << " threads."; in specToTestDescription()
1351 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests() local
1353 if (threadCount * callCount * counterCount > 10000) in AtomicCounterTests()
1356 if (useBranch && threadCount * callCount == 1) in AtomicCounterTests()
1365 spec.threadCount = threadCount; in AtomicCounterTests()
1435 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests() local
1443 spec.threadCount = threadCount; in AtomicCounterTests()
1466 spec.threadCount = 1; in AtomicCounterTests()
1480 spec.threadCount = 1; in AtomicCounterTests()
1494 spec.threadCount = 1; in AtomicCounterTests()
1508 spec.threadCount = 1; in AtomicCounterTests()
1522 spec.threadCount = 1; in AtomicCounterTests()