Home
last modified time | relevance | path

Searched refs:m_imageAlloc (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp157 de::MovePtr<Allocation> m_imageAlloc; member in vkt::api::ImageAllocator
205 m_imageAlloc, in allocate()
215 m_imageAlloc.clear(); in deallocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp444 de::MovePtr<Allocation> m_imageAlloc; member
2618 …image.m_imageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *image.m_image), … in initialize()
2619 …CK(vk.bindImageMemory(vkDevice, *image.m_image, image.m_imageAlloc->getMemory(), image.m_imageAllo… in initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp920 MovePtr<Allocation> m_imageAlloc; member in vkt::image::UploadDownloadExecutor
1062 m_imageAlloc = bindImage(m_vk, m_device, m_allocator, m_image, MemoryRequirement::Any); in run()