Searched refs:groupsX (Results 1 – 1 of 1) sorted by relevance
319 const int groupsX = m_workWidth / m_localWidth; in runCompute() local329 << " dispatch size: " << groupsX << "x" << groupsY << "\n" in runCompute()371 gl.dispatchCompute(groupsX, groupsY, 1); in runCompute()