Searched refs:dataBufferDispatchSize (Results 1 – 1 of 1) sorted by relevance
1633 …const tcu::IVec3 dataBufferDispatchSize = (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) ? (drawEle… in runComputeShader() local1634 …Vec3 dispatchSize = tcu::max(tcu::max(commandDispatchSize, dataBufferDispatchSize), indexBuf… in runComputeShader()1833 …const tcu::IVec3 dataBufferDispatchSize = (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) ? (drawEle… in runComputeShader() local1848 … tcu::TestLog::Message << "Dispatching data compute, size = " << dataBufferDispatchSize << tcu::Te… in runComputeShader()1849 …gl.dispatchCompute(dataBufferDispatchSize.x(), dataBufferDispatchSize.y(), dataBufferDispatchSize.… in runComputeShader()