/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedWriteOpTests.cpp | 172 de::MovePtr<Allocation> m_imageMemory; member in vkt::image::__anon094397250111::ut::StorageImage2D 225 …m_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/ |
D | vktTextureTestUtil.hpp | 253 de::MovePtr<vk::Allocation> m_imageMemory; member in vkt::texture::util::TextureRenderer
|
D | vktTextureTestUtil.cpp | 545 …m_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/ |
D | vktApiImageClearingTests.cpp | 556 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/ |
D | vktRasterizationTests.cpp | 214 de::MovePtr<Allocation> m_imageMemory; member in vkt::rasterization::__anon5184a2b40111::BaseRenderingTestInstance 318 …m_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/ |
D | vktBindingShaderAccessTests.cpp | 3650 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/ |
D | vktRenderPassTests.cpp | 1456 …, m_imageMemory (createImageMemory(vki, physDevice, vk, device, allocator, *m_image, ((usageFlags… in AttachmentResources() 1562 const UniquePtr<Allocation> m_imageMemory; member in vkt::__anon53d10fc40111::AttachmentResources
|