Home
last modified time | relevance | path

Searched refs:m_secondaryBufferMemory (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp1080 const de::UniquePtr<Allocation> m_secondaryBufferMemory; member in vkt::__anon28597::SubpassDependencyTestInstance
1109 , m_secondaryBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), context.getDefaultAllocator(), *m_secondaryBuffer)) in SubpassDependencyTestInstance()
1738 invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_secondaryBufferMemory->getMemory(), m_secondaryBufferMemory->getOffset(), VK_WHOLE_SIZE); in iterateInternal()
1747 const void* const ptrStencil (m_secondaryBufferMemory->getHostPtr()); in iterateInternal()
H A DvktRenderPassTests.cpp1482 m_secondaryBufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_secondaryBuffer, MemoryRequirement::HostVisible, allocator, allocationKind); in AttachmentResources()
1484 bindBufferMemory(vk, device, *m_secondaryBuffer, m_secondaryBufferMemory->getMemory(), m_secondaryBufferMemory->getOffset()); in AttachmentResources()
1549 DE_ASSERT(m_secondaryBufferMemory); in getSecondaryResultMemory()
1550 return *m_secondaryBufferMemory; in getSecondaryResultMemory()
1568 de::MovePtr<Allocation> m_secondaryBufferMemory; member in vkt::__anon28599::AttachmentResources
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp1080 const de::UniquePtr<Allocation> m_secondaryBufferMemory; member in vkt::__anon29776::SubpassDependencyTestInstance
1109 , m_secondaryBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), context.getDefaultAllocator(), *m_secondaryBuffer)) in SubpassDependencyTestInstance()
1738 invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_secondaryBufferMemory->getMemory(), m_secondaryBufferMemory->getOffset(), VK_WHOLE_SIZE); in iterateInternal()
1747 const void* const ptrStencil (m_secondaryBufferMemory->getHostPtr()); in iterateInternal()
H A DvktRenderPassTests.cpp1470 m_secondaryBufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_secondaryBuffer, MemoryRequirement::HostVisible, allocator, allocationKind); in AttachmentResources()
1472 bindBufferMemory(vk, device, *m_secondaryBuffer, m_secondaryBufferMemory->getMemory(), m_secondaryBufferMemory->getOffset()); in AttachmentResources()
1537 DE_ASSERT(m_secondaryBufferMemory); in getSecondaryResultMemory()
1538 return *m_secondaryBufferMemory; in getSecondaryResultMemory()
1556 de::MovePtr<Allocation> m_secondaryBufferMemory; member in vkt::__anon29778::AttachmentResources

Completed in 34 milliseconds