Searched refs:dsImageAllocation (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 231 de::MovePtr<Allocation> dsImageAllocation; in iterate() local 255 dsImageAllocation = bindImage(vk, device, allocator, *dsImage, MemoryRequirement::Any); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 2358 de::MovePtr<Allocation> dsImageAllocation; in iterateInternal() local 2436 dsImageAllocation = m_context.getDefaultAllocator().allocate(getImageMemoryRequirements(vkd, device, *dsImage), MemoryRequirement::Any); in iterateInternal() 2437 VK_CHECK(vkd.bindImageMemory(device, *dsImage, dsImageAllocation->getMemory(), dsImageAllocation->getOffset())); in iterateInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 2358 de::MovePtr<Allocation> dsImageAllocation; in iterateInternal() local 2436 dsImageAllocation = m_context.getDefaultAllocator().allocate(getImageMemoryRequirements(vkd, device, *dsImage), MemoryRequirement::Any); in iterateInternal() 2437 VK_CHECK(vkd.bindImageMemory(device, *dsImage, dsImageAllocation->getMemory(), dsImageAllocation->getOffset())); in iterateInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 322 auto dsImageAllocation = bindImage(vk, device, allocator, *dsImage, MemoryRequirement::Any); in iterate() local 325 dsImageAllocations.emplace_back(dsImageAllocation); in iterate()
|
Completed in 19 milliseconds