Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1631 …const tcu::IVec3 indexBufferDispatchSize = (m_computeIndices && indexed) ? (tcu::IVec3(m_gridS… in runComputeShader() local
1634 …ze = tcu::max(tcu::max(commandDispatchSize, dataBufferDispatchSize), indexBufferDispatchSize); in runComputeShader()
1859 const tcu::IVec3 indexBufferDispatchSize (m_gridSize, m_gridSize, 1); in runComputeShader() local
1876 …tcu::TestLog::Message << "Dispatching index compute, size = " << indexBufferDispatchSize << tcu::T… in runComputeShader()
1877 …gl.dispatchCompute(indexBufferDispatchSize.x(), indexBufferDispatchSize.y(), indexBufferDispatchSi… in runComputeShader()