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

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp718 de::MovePtr<Allocation> m_sourceImageAlloc; member in class:vkt::api::__anon3720::CopyImageToImage
782 m_sourceImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_source), MemoryRequirement::Any);
783 VK_CHECK(vk.bindImageMemory(vkDevice, *m_source, m_sourceImageAlloc->getMemory(), m_sourceImageAlloc->getOffset()));
1205 de::MovePtr<Allocation> m_sourceImageAlloc; member in class:vkt::api::__anon3720::CopyImageToBuffer
1243 m_sourceImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_source), MemoryRequirement::Any);
1244 VK_CHECK(vk.bindImageMemory(vkDevice, *m_source, m_sourceImageAlloc->getMemory(), m_sourceImageAlloc->getOffset()));
1605 de::MovePtr<Allocation> m_sourceImageAlloc; member in class:vkt::api::__anon3720::BlittingImages
1684 m_sourceImageAlloc
[all...]

Completed in 123 milliseconds