Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp1673m_sampleDataBufferAlloc = bindBuffer(vk, device, allocator, *m_sampleDataBuffer, MemoryRequirement… in createSampleDataBufferAndDescriptors()
1690 SampleDataSSBO::renderSize (m_sampleDataBufferAlloc->getHostPtr()) = m_renderSize; in createSampleDataBufferAndDescriptors()
1691 SampleDataSSBO::gridSize (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->size(); in createSampleDataBufferAndDescriptors()
1692 …SampleDataSSBO::samplesPerPixel (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->samplesPerP… in createSampleDataBufferAndDescriptors()
1694 flushAlloc(vk, device, *m_sampleDataBufferAlloc); in createSampleDataBufferAndDescriptors()
1730 MovePtr<Allocation> m_sampleDataBufferAlloc; member in vkt::pipeline::__anon0919ed2e0111::VerifySamples::TestBase
1802 …Vec2* const pSampleData = SampleDataSSBO::sampleData<Vec2>(m_sampleDataBufferAlloc->getHostPtr(… in testPixelGrid()
1809 flushAlloc(m_context.getDeviceInterface(), m_context.getDevice(), *m_sampleDataBufferAlloc); in testPixelGrid()