Searched refs:m_localWidth (Results 1 – 1 of 1) sorted by relevance
168 const int m_localWidth; // !< group width member in deqp::gles31::Functional::__anon1d296c8a0111::InterInvocationTestCase187 , m_localWidth (16) in InterInvocationTestCase()196 DE_ASSERT(m_localWidth*m_localHeight <= 128); // minimum MAX_COMPUTE_WORK_GROUP_INVOCATIONS value in InterInvocationTestCase()319 const int groupsX = m_workWidth / m_localWidth; in runCompute()322 DE_ASSERT((m_workWidth % m_localWidth) == 0); in runCompute()328 << " group size: " << m_localWidth << "x" << m_localHeight << "\n" in runCompute()479 << "layout (local_size_x=" << m_localWidth << ", local_size_y=" << m_localHeight << ") in;\n" in genShaderSource()751 << "layout (local_size_x=" << m_localWidth << ", local_size_y=" << m_localHeight << ") in;\n" in genShaderSource()