Searched refs:m_sampleDataBufferAlloc (Results 1 – 1 of 1) sorted by relevance
1666 m_sampleDataBufferAlloc = in createSampleDataBufferAndDescriptors()1686 SampleDataSSBO::renderSize(m_sampleDataBufferAlloc->getHostPtr()) = m_renderSize; in createSampleDataBufferAndDescriptors()1687 … SampleDataSSBO::gridSize(m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->size(); in createSampleDataBufferAndDescriptors()1688 …SampleDataSSBO::samplesPerPixel(m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->samplesPerPi… in createSampleDataBufferAndDescriptors()1690 flushAlloc(vk, device, *m_sampleDataBufferAlloc); in createSampleDataBufferAndDescriptors()1727 MovePtr<Allocation> m_sampleDataBufferAlloc; member in vkt::pipeline::__anonf162cbe40111::VerifySamples::TestBase1807 … Vec2 *const pSampleData = SampleDataSSBO::sampleData<Vec2>(m_sampleDataBufferAlloc->getHostPtr()); in testPixelGrid()1815 … flushAlloc(m_context.getDeviceInterface(), m_context.getDevice(), *m_sampleDataBufferAlloc); in testPixelGrid()