Searched refs:m_sampleDataBufferAlloc (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1687 m_sampleDataBufferAlloc = bindBuffer(vk, device, allocator, *m_sampleDataBuffer, MemoryRequirement::HostVisible); in createSampleDataBufferAndDescriptors() 1704 SampleDataSSBO::renderSize (m_sampleDataBufferAlloc->getHostPtr()) = m_renderSize; in createSampleDataBufferAndDescriptors() 1705 SampleDataSSBO::gridSize (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->size(); in createSampleDataBufferAndDescriptors() 1706 SampleDataSSBO::samplesPerPixel (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->samplesPerPixel(); in createSampleDataBufferAndDescriptors() 1708 flushAlloc(vk, device, *m_sampleDataBufferAlloc); in createSampleDataBufferAndDescriptors() 1744 MovePtr<Allocation> m_sampleDataBufferAlloc; member in vkt::pipeline::__anon28238::VerifySamples::TestBase 1816 Vec2* const pSampleData = SampleDataSSBO::sampleData<Vec2>(m_sampleDataBufferAlloc->getHostPtr()); in testPixelGrid() 1823 flushAlloc(m_context.getDeviceInterface(), m_context.getDevice(), *m_sampleDataBufferAlloc); in testPixelGrid()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1663 m_sampleDataBufferAlloc = bindBuffer(vk, device, allocator, *m_sampleDataBuffer, MemoryRequirement::HostVisible); in createSampleDataBufferAndDescriptors() 1680 SampleDataSSBO::renderSize (m_sampleDataBufferAlloc->getHostPtr()) = m_renderSize; in createSampleDataBufferAndDescriptors() 1681 SampleDataSSBO::gridSize (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->size(); in createSampleDataBufferAndDescriptors() 1682 SampleDataSSBO::samplesPerPixel (m_sampleDataBufferAlloc->getHostPtr()) = m_pixelGrid->samplesPerPixel(); in createSampleDataBufferAndDescriptors() 1684 flushAlloc(vk, device, *m_sampleDataBufferAlloc); in createSampleDataBufferAndDescriptors() 1720 MovePtr<Allocation> m_sampleDataBufferAlloc; member in vkt::pipeline::__anon29457::VerifySamples::TestBase 1792 Vec2* const pSampleData = SampleDataSSBO::sampleData<Vec2>(m_sampleDataBufferAlloc->getHostPtr()); in testPixelGrid() 1799 flushAlloc(m_context.getDeviceInterface(), m_context.getDevice(), *m_sampleDataBufferAlloc); in testPixelGrid()
|
Completed in 11 milliseconds