Home
last modified time | relevance | path

Searched refs:m_imageMemory (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp172 de::MovePtr<Allocation> m_imageMemory; member in vkt::image::__anon094397250111::ut::StorageImage2D
225m_imageMemory = allocator.allocate(getImageMemoryRequirements(vki, dev, *m_image), MemoryRequireme… in StorageImage2D()
226 …VK_CHECK(vki.bindImageMemory(dev, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOffset()… in StorageImage2D()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp253 de::MovePtr<vk::Allocation> m_imageMemory; member in vkt::texture::util::TextureRenderer
DvktTextureTestUtil.cpp545m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequ… in TextureRenderer()
546 …VK_CHECK(vkd.bindImageMemory(vkDevice, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOff… in TextureRenderer()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp556 de::MovePtr<Allocation> m_imageMemory; member in vkt::api::__anon89afa4720111::ImageClearingTestInstance
587 , m_imageMemory (allocateAndBindImageMemory(*m_image)) in ImageClearingTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp214 de::MovePtr<Allocation> m_imageMemory; member in vkt::rasterization::__anon5184a2b40111::BaseRenderingTestInstance
318m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequ… in BaseRenderingTestInstance()
319 …VK_CHECK(vkd.bindImageMemory(vkDevice, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOff… in BaseRenderingTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3650 std::vector<AllocationSp> m_imageMemory; member in vkt::BindingModel::__anona9e2bae50111::ImageInstanceImages
3670 , m_imageMemory () in ImageInstanceImages()
3671 …device, allocator, queueFamilyIndex, queue, descriptorType, viewType, m_imageMemory, m_sourceImage… in ImageInstanceImages()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1456 …, m_imageMemory (createImageMemory(vki, physDevice, vk, device, allocator, *m_image, ((usageFlags… in AttachmentResources()
1562 const UniquePtr<Allocation> m_imageMemory; member in vkt::__anon53d10fc40111::AttachmentResources