Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp198 std::vector<de::MovePtr<Allocation>> m_colorImageAllocs; member in vkt::renderpass::__anon574e08c90111::UnusedClearAttachmentTestInstance
495m_colorImageAllocs.emplace_back(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colo… in UnusedClearAttachmentTestInstance()
496 …ndImageMemory(vkDevice, *m_colorImages.back(), m_colorImageAllocs.back()->getMemory(), m_colorImag… in UnusedClearAttachmentTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.hpp147 std::vector<SharedAllocPtr> m_colorImageAllocs; member in vkt::pipeline::ImageSamplingInstance
DvktPipelineImageSamplingInstance.cpp591 m_colorImageAllocs.resize(m_imageCount); in ImageSamplingInstance()
597m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkD… in ImageSamplingInstance()
598 …eMemory(vkDevice, **m_colorImages[imgNdx], (*m_colorImageAllocs[imgNdx])->getMemory(), (*m_colorIm… in ImageSamplingInstance()
DvktPipelineBlendOperationAdvancedTests.cpp1008 std::vector<de::MovePtr<Allocation>> m_colorImageAllocs; member in vkt::pipeline::__anond81976ef0111::BlendOperationAdvancedTestInstance
1387 m_colorImageAllocs.emplace_back(colorImageAlloc); in BlendOperationAdvancedTestInstance()
1395 &m_colorImageAllocs.back()); in BlendOperationAdvancedTestInstance()