Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp416 vector<de::SharedPtr<Allocation> >& imageMemories,
529 vector<de::SharedPtr<Allocation> >& imageMemories, in createAndAllocateImages()
569imageMemories.push_back((de::SharedPtr<Allocation>)allocator.allocate(getImageMemoryRequirements(v… in createAndAllocateImages()
570 …ECK(vk.bindImageMemory(device, **images[imageNdx], imageMemories[imageNdx]->getMemory(), imageMemo… in createAndAllocateImages()
1018 vector<de::SharedPtr<Allocation> >& imageMemories,
1128 vector<de::SharedPtr<Allocation> >& imageMemories, in createAndAllocateImages()
1181imageMemories.push_back((de::SharedPtr<Allocation>)allocator.allocate(getImageMemoryRequirements(v… in createAndAllocateImages()
1182 …ECK(vk.bindImageMemory(device, **images[imageNdx], imageMemories[imageNdx]->getMemory(), imageMemo… in createAndAllocateImages()
DvktRenderPassTests.cpp4954 const TestConfig::ImageMemory imageMemories[] = in addAttachmentTests() local
4991 … = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(imageMemories), DE_ARRAY_END(imageMemories)… in addAttachmentTests()
5271 const TestConfig::ImageMemory imageMemories[] = in addAttachmentAllocationTests() local
5599 … = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(imageMemories), DE_ARRAY_END(imageMemories)… in addAttachmentAllocationTests()
5773 … = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(imageMemories), DE_ARRAY_END(imageMemories)… in addAttachmentAllocationTests()