Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1633 …const tcu::IVec3 dataBufferDispatchSize = (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) ? (drawEle… in runComputeShader() local
1634 …Vec3 dispatchSize = tcu::max(tcu::max(commandDispatchSize, dataBufferDispatchSize), indexBuf… in runComputeShader()
1833 …const tcu::IVec3 dataBufferDispatchSize = (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) ? (drawEle… in runComputeShader() local
1848 … tcu::TestLog::Message << "Dispatching data compute, size = " << dataBufferDispatchSize << tcu::Te… in runComputeShader()
1849 …gl.dispatchCompute(dataBufferDispatchSize.x(), dataBufferDispatchSize.y(), dataBufferDispatchSize.… in runComputeShader()