Searched refs:m_elementsPerInvocation (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp155 const int m_elementsPerInvocation; // !< elements accessed by a single invocation member in class:deqp::gles31::Functional::__anon3696::InterInvocationTestCase
174 , m_elementsPerInvocation (8)
209 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation;
222 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation;
225 m_testCtx.getLog() << tcu::TestLog::Message << "Allocating image for storage, size " << m_workWidth << "x" << m_workHeight * m_elementsPerInvocation << ", " << bufferSize << " bytes." << tcu::TestLog::EndMessage;
229 gl.texStorage2D(GL_TEXTURE_2D, 1, GL_R32I, m_workWidth, m_workHeight * m_elementsPerInvocation);
238 const std::vector<deInt32> zeroBuffer(m_workWidth * m_workHeight * m_elementsPerInvocation, 0);
239 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_workWidth, m_workHeight * m_elementsPerInvocation, GL_RED_INTEGER, GL_INT, &zeroBuffer[0]);
477 << " return int((localID.y * gl_NumWorkGroups.x * gl_NumWorkGroups.y * gl_WorkGroupSize.x) + (groupNdx * gl_WorkGroupSize.x) + localID.x) * " << m_elementsPerInvocation << " + element;\n"
523 for (int ndx = 0; ndx < m_elementsPerInvocation;
[all...]

Completed in 145 milliseconds