Use valid deviceMask in vkAcquireNextImage2KHR
authorSlawomir Cygan <slawomir.cygan@intel.com>
Thu, 21 Feb 2019 15:10:07 +0000 (16:10 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 28 Feb 2019 14:16:55 +0000 (09:16 -0500)
commitdce89d762052fb67be89b20b45e58622662c915e
tree8813afc42216eb52db3a36f949dd3a560b5a0df3
parent265b8a3942f21b1995775d454e4c2eec5c371e9f
Use valid deviceMask in vkAcquireNextImage2KHR

As the test uses the default device (without explicit device groups),
there is only one device in the group, with index 0.

Given that, the only valid deviceMask is 1 (not 0xffffffff).

Components: Vulkan

VK-GL-CTS Issue: 1623

Affects: dEQP-VK.wsi.win32.swapchain.render.basic2

Change-Id: I93813248fbeebc2787acdfe550d42588f60e8f7d
external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp