Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1629 …const tcu::IVec3 drawElementsDataBufferDispatchSize = (m_computeData) ? (tcu::IVec3(m_gridSize… in runComputeShader() local
1633 …atchSize = (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) ? (drawElementsDataBufferDispatchSize) : (… in runComputeShader()
1831 const tcu::IVec3 drawElementsDataBufferDispatchSize (m_gridSize+1, m_gridSize+1, 1); in runComputeShader() local
1833 …atchSize = (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) ? (drawElementsDataBufferDispatchSize) : (… in runComputeShader()