From: Steve Hill Date: Mon, 22 Oct 2018 08:48:57 +0000 (+0100) Subject: Add flush to binding descriptor set random tests X-Git-Tag: upstream/1.3.5~2324^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4094e2e628de19b0d3269bac743ded2f5bb99d88;p=platform%2Fupstream%2FVK-GL-CTS.git Add flush to binding descriptor set random tests Components: Vulkan Affects: dEQP-VK.binding_model.descriptorset_random.* VK-GL-CTS issue: 1432 Change-Id: I56df9fefbeb511e441310df9f52d0e9a897bcbef --- diff --git a/external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorSetRandomTests.cpp b/external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorSetRandomTests.cpp index cd764f6..97da47b 100644 --- a/external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorSetRandomTests.cpp +++ b/external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorSetRandomTests.cpp @@ -1007,6 +1007,7 @@ tcu::TestStatus DescriptorSetRandomTestInstance::iterate (void) } } + flushMappedMemoryRange(vk, device, buffer->getAllocation().getMemory(), buffer->getAllocation().getOffset(), VK_WHOLE_SIZE); const VkQueue queue = m_context.getUniversalQueue(); Move cmdPool = createCommandPool(vk, device, 0, m_context.getUniversalQueueFamilyIndex());