Searched refs:dispatchSize (Results 1 – 1 of 1) sorted by relevance
1634 …const tcu::IVec3 dispatchSize = tcu::max(tcu::max(commandDispatchSize, dataBufferDispatchSiz… in runComputeShader() local1681 …m_testCtx.getLog() << tcu::TestLog::Message << "Dispatching compute, size = " << dispatchSize << t… in runComputeShader()1682 gl.dispatchCompute(dispatchSize.x(), dispatchSize.y(), dispatchSize.z()); in runComputeShader()