Searched refs:m_colorBufferAlloc (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1432 …m_colorBufferAlloc = bindBuffer(vk, device, allocator, *m_colorBuffer, MemoryRequirement::HostVisi… in iterate() 1554 invalidateAlloc(vk, device, *m_colorBufferAlloc); in drawSinglePass() 1622 MovePtr<Allocation> m_colorBufferAlloc; member in vkt::pipeline::__anon0919ed2e0111::VerifySamples::TestBase 1672 …m_colorFormat), tcu::IVec3(m_renderSize.x(), m_renderSize.y(), 1), m_colorBufferAlloc->getHostPtr(… in testPixelGrid() 1710 …m_colorFormat), tcu::IVec3(m_renderSize.x(), m_renderSize.y(), 1), m_colorBufferAlloc->getHostPtr(… in testPixelGrid() 1960 …m_colorBufferAlloc = bindBuffer(vk, device, allocator, *m_colorBuffer, MemoryRequirement::HostVisi… in iterate() 2036 …ss(colorFormat, tcu::IVec3(m_renderSize.x(), m_renderSize.y(), 1), m_colorBufferAlloc->getHostPtr(… in iterate() 2054 …m_colorFormat), tcu::IVec3(m_renderSize.x(), m_renderSize.y(), 1), m_colorBufferAlloc->getHostPtr(… in iterate() 2231 invalidateAlloc(vk, device, *m_colorBufferAlloc); in drawPatternChangeReference() 2590 invalidateAlloc(vk, device, *m_colorBufferAlloc); in drawRenderPasses() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 654 …m_colorBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_colorBuffer, MemoryRequirem… in SparseBufferTestInstance() 656 deMemset(m_colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(m_colorBufferSize)); in SparseBufferTestInstance() 657 flushAlloc(vk, getDevice(), *m_colorBufferAlloc); in SparseBufferTestInstance() 706 invalidateAlloc(getDeviceInterface(), getDevice(), *m_colorBufferAlloc); in isResultImageCorrect() 708 …apVkFormat(m_colorFormat), m_renderSize.x(), m_renderSize.y(), 1u, m_colorBufferAlloc->getHostPtr(… in isResultImageCorrect() 729 MovePtr<Allocation> m_colorBufferAlloc; member in vkt::sparse::__anonf4c2cf810111::SparseBufferTestInstance
|