Home
last modified time | relevance | path

Searched refs:m_workHeight (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp167 const int m_workHeight; // !< ... height member in deqp::gles31::Functional::__anon1d296c8a0111::InterInvocationTestCase
186 , m_workHeight (256) in InterInvocationTestCase()
225 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation; in init()
238 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation; in init()
241 …age << "Allocating image for storage, size " << m_workWidth << "x" << m_workHeight * m_elementsPer… in init()
245 gl.texStorage2D(GL_TEXTURE_2D, 1, GL_R32I, m_workWidth, m_workHeight * m_elementsPerInvocation); in init()
254 const std::vector<deInt32> zeroBuffer(m_workWidth * m_workHeight * m_elementsPerInvocation, 0); in init()
255 …gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_workWidth, m_workHeight * m_elementsPerInvocation, GL_R… in init()
265 const int bufferElements = m_workWidth * m_workHeight; in init()
320 const int groupsY = m_workHeight / m_localHeight; in runCompute()
[all …]