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

/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp151 const int m_workWidth; // !< total work width member in class:deqp::gles31::Functional::__anon3696::InterInvocationTestCase
170 , m_workWidth (256)
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]);
249 const int bufferElements = m_workWidth * m_workHeight;
303 const int groupsX = m_workWidth / m_localWidt
[all...]

Completed in 230 milliseconds