Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.hpp75 de::MovePtr<vk::Allocation> m_imageAlloc; member in vkt::pipeline::ImageSamplingInstance
DvktPipelineImageSamplingInstance.cpp431m_imageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_image), MemoryRequire… in ImageSamplingInstance()
432 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_image, m_imageAlloc->getMemory(), m_imageAlloc->getOffset… in ImageSamplingInstance()