Searched refs:m_localHeight (Results 1 – 1 of 1) sorted by relevance
169 const int m_localHeight; // !< group height member in deqp::gles31::Functional::__anon1d296c8a0111::InterInvocationTestCase188 , m_localHeight (8) in InterInvocationTestCase()196 DE_ASSERT(m_localWidth*m_localHeight <= 128); // minimum MAX_COMPUTE_WORK_GROUP_INVOCATIONS value in InterInvocationTestCase()320 const int groupsY = m_workHeight / m_localHeight; in runCompute()323 DE_ASSERT((m_workHeight % m_localHeight) == 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()