Searched refs:drawElementsDataBufferDispatchSize (Results 1 – 1 of 1) sorted by relevance
1629 …const tcu::IVec3 drawElementsDataBufferDispatchSize = (m_computeData) ? (tcu::IVec3(m_gridSize… in runComputeShader() local1633 …atchSize = (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) ? (drawElementsDataBufferDispatchSize) : (… in runComputeShader()1831 const tcu::IVec3 drawElementsDataBufferDispatchSize (m_gridSize+1, m_gridSize+1, 1); in runComputeShader() local1833 …atchSize = (m_drawMethod == DRAWMETHOD_DRAWELEMENTS) ? (drawElementsDataBufferDispatchSize) : (… in runComputeShader()