Searched refs:m_sourceImageAlloc (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 1187 de::MovePtr<Allocation> m_sourceImageAlloc; member in vkt::api::__anonbd1d8d730111::CopyImageToImage 1226 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, m_device, *m_source, MemoryRequirement::… in CopyImageToImage() 1228 VK_CHECK(vk.bindImageMemory(m_device, *m_source, m_sourceImageAlloc->getMemory(), in CopyImageToImage() 1229 m_sourceImageAlloc->getOffset())); in CopyImageToImage() 1714 de::MovePtr<Allocation> m_sourceImageAlloc; member in vkt::api::__anonbd1d8d730111::CopyImageToImageMipmap 1757 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, m_device, *m_source, MemoryRequirement::… in CopyImageToImageMipmap() 1759 VK_CHECK(vk.bindImageMemory(m_device, *m_source, m_sourceImageAlloc->getMemory(), in CopyImageToImageMipmap() 1760 m_sourceImageAlloc->getOffset())); in CopyImageToImageMipmap() 2433 de::MovePtr<Allocation> m_sourceImageAlloc; member in vkt::api::__anonbd1d8d730111::CopyImageToBuffer 2475 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, m_device, *m_source, MemoryRequirement::… in CopyImageToBuffer() [all …]
|