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

/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp153 const int m_localWidth; // !< group width member in class:deqp::gles31::Functional::__anon4882::InterInvocationTestCase
172 , m_localWidth (16)
181 DE_ASSERT(m_localWidth*m_localHeight <= 128); // minimum MAX_COMPUTE_WORK_GROUP_INVOCATIONS value
303 const int groupsX = m_workWidth / m_localWidth;
306 DE_ASSERT((m_workWidth % m_localWidth) == 0);
312 << " group size: " << m_localWidth << "x" << m_localHeight << "\n"
462 << "layout (local_size_x=" << m_localWidth << ", local_size_y=" << m_localHeight << ") in;\n"
734 << "layout (local_size_x=" << m_localWidth << ", local_size_y=" << m_localHeight << ") in;\n"

Completed in 488 milliseconds