Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.hpp109 std::vector<SharedAllocPtr> m_colorImageAllocs; member in vkt::pipeline::ImageSamplingInstance
DvktPipelineImageSamplingInstance.cpp474 m_colorImageAllocs.resize(m_imageCount); in ImageSamplingInstance()
480m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkD… in ImageSamplingInstance()
481 …eMemory(vkDevice, **m_colorImages[imgNdx], (*m_colorImageAllocs[imgNdx])->getMemory(), (*m_colorIm… in ImageSamplingInstance()