Home
last modified time | relevance | path

Searched refs:groupsX (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp319 const int groupsX = m_workWidth / m_localWidth; in runCompute() local
329 << " dispatch size: " << groupsX << "x" << groupsY << "\n" in runCompute()
371 gl.dispatchCompute(groupsX, groupsY, 1); in runCompute()