Searched refs:m_sourceImageAlloc (Results 1 – 1 of 1) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiCopiesAndBlittingTests.cpp | 1040 de::MovePtr<Allocation> m_sourceImageAlloc; member in vkt::api::__anon4493ca420111::CopyImageToImage 1079 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement:… in CopyImageToImage() 1080 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_source, m_sourceImageAlloc->getMemory(), m_sourceImageAll… in CopyImageToImage() 1512 de::MovePtr<Allocation> m_sourceImageAlloc; member in vkt::api::__anon4493ca420111::CopyImageToImageMipmap 1552 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement:… in CopyImageToImageMipmap() 1553 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_source, m_sourceImageAlloc->getMemory(), m_sourceImageAll… in CopyImageToImageMipmap() 2195 de::MovePtr<Allocation> m_sourceImageAlloc; member in vkt::api::__anon4493ca420111::CopyImageToBuffer 2234 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement::… in CopyImageToBuffer() 2235 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_source, m_sourceImageAlloc->getMemory(), m_sourceImageAll… in CopyImageToBuffer() 3196 de::MovePtr<Allocation> m_sourceImageAlloc; member in vkt::api::__anon4493ca420111::BlittingImages [all …]
|