Searched defs:m_destinationImageAlloc (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp720 de::MovePtr<Allocation> m_destinationImageAlloc; member in class:vkt::api::__anon3720::CopyImageToImage
809 m_destinationImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_destination), MemoryRequirement::Any);
810 VK_CHECK(vk.bindImageMemory(vkDevice, *m_destination, m_destinationImageAlloc->getMemory(), m_destinationImageAlloc->getOffset()));
1413 de::MovePtr<Allocation> m_destinationImageAlloc; member in class:vkt::api::__anon3720::CopyBufferToImage
1468 m_destinationImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_destination), MemoryRequirement::Any);
1469 VK_CHECK(vk.bindImageMemory(vkDevice, *m_destination, m_destinationImageAlloc->getMemory(), m_destinationImageAlloc->getOffset()));
1607 de::MovePtr<Allocation> m_destinationImageAlloc; member in class:vkt::api::__anon3720::BlittingImages
1711 m_destinationImageAlloc
2238 de::MovePtr<Allocation> m_destinationImageAlloc; member in class:vkt::api::__anon3720::ResolveImageToImage
[all...]

Completed in 74 milliseconds