Searched refs:numDataEntries (Results 1 – 1 of 1) sorted by relevance
1797 const deUint32 numDataEntries = numSamples * m_renderSize.x() * m_renderSize.y(); in testPixelGrid() local1798 const VkDeviceSize bufferSize = SampleDataSSBO::STATIC_SIZE + sizeof(Vec2) * numDataEntries; in testPixelGrid()1806 DE_ASSERT(locations.size() == numDataEntries); in testPixelGrid()