• Home
  • Raw
  • Download

Lines Matching refs:callCount

92 			, callCount				(0)  in TestSpec()
102 int callCount; 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()
415 if (spec.callCount > 1) in generateShaderSource()
416 src << "\tfor (uint i = 0u; i < " << spec.callCount << "u; i++)\n"; in generateShaderSource()
422 if (spec.callCount > 1) in generateShaderSource()
423 src << " * "<< spec.callCount << "u"; in generateShaderSource()
425 if (spec.callCount > 1) in generateShaderSource()
443 … << "\t\tif (((gl_GlobalInvocationID.x" << (spec.callCount > 1 ? " + i" : "") << ") % 2u) == 0u)\n" in generateShaderSource()
461 … << "\t\tif (((gl_GlobalInvocationID.x" << (spec.callCount > 1 ? " + i" : "") << ") % 2u) == 0u)\n" in generateShaderSource()
480 … << "\t\tif (((gl_GlobalInvocationID.x" << (spec.callCount > 1 ? " + i" : "") << ") % 2u) == 0u)\n" in generateShaderSource()
503 … << "\t\tif (((gl_GlobalInvocationID.x" << (spec.callCount > 1 ? " + i" : "") << ") % 2u) == 0u)\n" in generateShaderSource()
537 …ches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount/2 : m_spec.thread… in checkAndLogCounterValues()
540 …ches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount/2 : m_spec.thread… in checkAndLogCounterValues()
543 …threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount/2 : 0) - (m_spec.useBranches ? … in checkAndLogCounterValues()
559 const int bufferValueCount = m_spec.callCount * m_spec.threadCount * m_spec.atomicCounterCount; in splitBuffer()
608 for (int callNdx = 0; callNdx < m_spec.callCount; callNdx++) in splitBuffer()
612 …const int id = ((threadNdx * m_spec.callCount) + callNdx) * m_spec.atomicCounterCount + counterNdx; in splitBuffer()
714 …? spec.threadCount*spec.callCount - spec.threadCount*spec.callCount/2 : 0) - (spec.useBranches ? s… in checkPath()
924 …const deInt32 ssoSize = m_spec.atomicCounterCount * m_spec.callCount * m_spec.threadCount * … in iterate()
1055 stream << "_" << spec.callCount << (spec.callCount == 1 ? "_call" : "_calls"); in specToTestName()
1098 …stream << spec.atomicCounterCount << " atomic counters, " << spec.callCount << " calls and " << sp… in specToTestDescription()
1347 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local
1353 if (threadCount * callCount * counterCount > 10000) in AtomicCounterTests()
1356 if (useBranch && threadCount * callCount == 1) in AtomicCounterTests()
1363 spec.callCount = callCount; in AtomicCounterTests()
1431 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local
1441 spec.callCount = callCount; in AtomicCounterTests()
1464 spec.callCount = 1; in AtomicCounterTests()
1478 spec.callCount = 1; in AtomicCounterTests()
1492 spec.callCount = 1; in AtomicCounterTests()
1506 spec.callCount = 1; in AtomicCounterTests()
1520 spec.callCount = 1; in AtomicCounterTests()