Home
last modified time | relevance | path

Searched refs:colorImageAllocation (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp2354 de::MovePtr<Allocation> colorImageAllocation; in iterateInternal() local
2405 colorImageAllocation = m_context.getDefaultAllocator().allocate(getImageMemoryRequirements(vkd, device, *colorImage), MemoryRequirement::Any); in iterateInternal()
2406 VK_CHECK(vkd.bindImageMemory(device, *colorImage, colorImageAllocation->getMemory(), colorImageAllocation->getOffset())); in iterateInternal()
2951 de::MovePtr<Allocation> colorImageAllocation; in iterateInternal() local
2998 colorImageAllocation = m_context.getDefaultAllocator().allocate(getImageMemoryRequirements(vkd, device, *colorImage), MemoryRequirement::Any); in iterateInternal()
2999 VK_CHECK(vkd.bindImageMemory(device, *colorImage, colorImageAllocation->getMemory(), colorImageAllocation->getOffset())); in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp2354 de::MovePtr<Allocation> colorImageAllocation; in iterateInternal() local
2405 colorImageAllocation = m_context.getDefaultAllocator().allocate(getImageMemoryRequirements(vkd, device, *colorImage), MemoryRequirement::Any); in iterateInternal()
2406 VK_CHECK(vkd.bindImageMemory(device, *colorImage, colorImageAllocation->getMemory(), colorImageAllocation->getOffset())); in iterateInternal()
2951 de::MovePtr<Allocation> colorImageAllocation; in iterateInternal() local
2998 colorImageAllocation = m_context.getDefaultAllocator().allocate(getImageMemoryRequirements(vkd, device, *colorImage), MemoryRequirement::Any); in iterateInternal()
2999 VK_CHECK(vkd.bindImageMemory(device, *colorImage, colorImageAllocation->getMemory(), colorImageAllocation->getOffset())); in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp198 de::MovePtr<Allocation> colorImageAllocation; in iterate() local
222 colorImageAllocation = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp283 auto colorImageAllocation = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in iterate() local
286 colorImageAllocations.emplace_back(colorImageAllocation); in iterate()
1466 de::MovePtr<Allocation> colorImageAllocation = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in iterate() local

Completed in 19 milliseconds