Prevent leaking extra fences
authorAustin Shafer <ashafer@nvidia.com>
Mon, 15 Jun 2020 22:58:03 +0000 (15:58 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 2 Jul 2020 08:45:56 +0000 (04:45 -0400)
commit5fbd76750754c0ee910291f247526bf5ed938ba5
treee4db22369e4dab5ff94b8450b2a8d76982e3b916
parentbf5dec55313c4f78802be7e298d906e7ecb2b56a
Prevent leaking extra fences

These tests create fences, which are then overwritten and leaked
by calls to extension functions. i.e. registering a device event
creates a new fence, so the test should not create a fence and
pass it to registerDeviceEventEXT.

Affects:
- dEQP-VK.wsi.display_control.register_display_event
- dEQP-VK.wsi.display_control.register_device_event

VK-GL-CTS issue: 2427
Components: Vulkan

Change-Id: I2e20c13ff600429e495e98f8ff84722f298822ad
external/vulkancts/modules/vulkan/wsi/vktWsiDisplayControlTests.cpp