Searched refs:m_localWidth (Results 1 – 1 of 1) sorted by relevance
175 const int m_localWidth; // !< group width member in deqp::gles31::Functional::__anon7f4c81d10111::InterInvocationTestCase194 , m_localWidth (16) in InterInvocationTestCase()203 DE_ASSERT(m_localWidth*m_localHeight <= 128); // minimum MAX_COMPUTE_WORK_GROUP_INVOCATIONS value in InterInvocationTestCase()325 const int groupsX = m_workWidth / m_localWidth; in runCompute()328 DE_ASSERT((m_workWidth % m_localWidth) == 0); in runCompute()334 << " group size: " << m_localWidth << "x" << m_localHeight << "\n" in runCompute()485 << "layout (local_size_x=" << m_localWidth << ", local_size_y=" << m_localHeight << ") in;\n" in genShaderSource()757 << "layout (local_size_x=" << m_localWidth << ", local_size_y=" << m_localHeight << ") in;\n" in genShaderSource()