Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1634 …const tcu::IVec3 dispatchSize = tcu::max(tcu::max(commandDispatchSize, dataBufferDispatchSiz… in runComputeShader() local
1681 …m_testCtx.getLog() << tcu::TestLog::Message << "Dispatching compute, size = " << dispatchSize << t… in runComputeShader()
1682 gl.dispatchCompute(dispatchSize.x(), dispatchSize.y(), dispatchSize.z()); in runComputeShader()