Searched refs:imageMemories (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 314 vector<de::SharedPtr<Allocation> >& imageMemories, 424 vector<de::SharedPtr<Allocation> >& imageMemories, in createAndAllocateImages() 464 …imageMemories.push_back((de::SharedPtr<Allocation>)allocator.allocate(getImageMemoryRequirements(v… in createAndAllocateImages() 465 …ECK(vk.bindImageMemory(device, **images[imageNdx], imageMemories[imageNdx]->getMemory(), imageMemo… in createAndAllocateImages() 910 vector<de::SharedPtr<Allocation> >& imageMemories, 1029 vector<de::SharedPtr<Allocation> >& imageMemories, in createAndAllocateImages() 1082 …imageMemories.push_back((de::SharedPtr<Allocation>)allocator.allocate(getImageMemoryRequirements(v… in createAndAllocateImages() 1083 …ECK(vk.bindImageMemory(device, **images[imageNdx], imageMemories[imageNdx]->getMemory(), imageMemo… in createAndAllocateImages()
|
D | vktRenderPassTests.cpp | 4783 const TestConfig::ImageMemory imageMemories[] = in addAttachmentTests() local 4862 … = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(imageMemories), DE_ARRAY_END(imageMemories)… in addAttachmentTests() 5090 const TestConfig::ImageMemory imageMemories[] = in addAttachmentAllocationTests() local 5397 … = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(imageMemories), DE_ARRAY_END(imageMemories)… in addAttachmentAllocationTests() 5572 … = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(imageMemories), DE_ARRAY_END(imageMemories)… in addAttachmentAllocationTests()
|