Fix flush memory range in robustness vertex access tests
authorziga-lunarg <ziga@lunarg.com>
Fri, 14 Oct 2022 23:11:59 +0000 (01:11 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 10 Nov 2022 18:11:39 +0000 (18:11 +0000)
commit9065d4046b8e62b0291dfb89ea32412fc0d7e89a
tree004d06b401334284c991a19c2e7ac79b1eb8ef90
parent963beee28c00e238797fdea06af3f245bf09b81a
Fix flush memory range in robustness vertex access tests

The size in VkMappedMemoryRange used in vkFlushMappedMemoryRanges must
either be a multiple of VkPhysicalDeviceLimits::nonCoherentAtomSize or
offset + size must be equal to the size of memory

Components: Vulkan

VK-GL-CTS issue: 4045

Affected tests:
dEQP-VK.robustness.vertex_access.r32_sint.draw.*

Change-Id: I3d0944b6c6808dc66de0c9dc25f6c4e99578a1cf
external/vulkancts/modules/vulkan/robustness/vktRobustnessVertexAccessTests.cpp