Whitelist newly supported VK_KHR* extensions in CTS 1.1.5
authorPiers Daniell <pdaniell@nvidia.com>
Fri, 4 Oct 2019 21:15:21 +0000 (15:15 -0600)
committerPiers Daniell <pdaniell@nvidia.com>
Fri, 4 Oct 2019 21:15:21 +0000 (15:15 -0600)
The following extensions are now supported by
vulkan-cts-1.1.5.2:
 - VK_KHR_timeline_semaphore
 - VK_KHR_shader_clock

Affects:

dEQP-VK.api.info.device.extensions

Change-Id: I6fc4bbc5ab95557ac83c8ff8172679a343d46b23
Components: Vulkan

external/vulkancts/framework/vulkan/vkDeviceExtensions.inl
external/vulkancts/scripts/src/extensions_data.txt

index a25faa6..3d71271 100644 (file)
@@ -48,5 +48,7 @@ static const char* s_allowedDeviceKhrExtensions[] =
        "VK_KHR_uniform_buffer_standard_layout",
        "VK_KHR_imageless_framebuffer",
        "VK_KHR_pipeline_executable_properties",
+       "VK_KHR_timeline_semaphore",
+       "VK_KHR_shader_clock",
 };
 
index 70c6e91..d9302cb 100644 (file)
@@ -67,3 +67,5 @@ VK_KHR_vulkan_memory_model                                    DEVICE
 VK_KHR_uniform_buffer_standard_layout          DEVICE
 VK_KHR_imageless_framebuffer                           DEVICE
 VK_KHR_pipeline_executable_properties          DEVICE
+VK_KHR_timeline_semaphore                                      DEVICE
+VK_KHR_shader_clock                                                    DEVICE