Whitelist VK_KHR_shader_subgroup_extended_types
authorAlexander Galazin <alexander.galazin@arm.com>
Thu, 17 Oct 2019 07:28:06 +0000 (09:28 +0200)
committerAlexander Galazin <alexander.galazin@arm.com>
Thu, 17 Oct 2019 07:28:08 +0000 (09:28 +0200)
Components: Vulkan

Change-Id: Ie68fd0fd2606aac29ddf1e1a0c6668504a42a91a

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

index b3f28e6..95540d6 100644 (file)
@@ -51,5 +51,6 @@ static const char* s_allowedDeviceKhrExtensions[] =
        "VK_KHR_timeline_semaphore",
        "VK_KHR_shader_clock",
        "VK_KHR_spirv_1_4",
+       "VK_KHR_shader_subgroup_extended_types",
 };
 
index 05394d2..835e8b8 100644 (file)
@@ -69,4 +69,5 @@ VK_KHR_imageless_framebuffer                          DEVICE
 VK_KHR_pipeline_executable_properties          DEVICE
 VK_KHR_timeline_semaphore                                      DEVICE
 VK_KHR_shader_clock                                                    DEVICE
-VK_KHR_spirv_1_4                                                       DEVICE
\ No newline at end of file
+VK_KHR_spirv_1_4                                                       DEVICE
+VK_KHR_shader_subgroup_extended_types          DEVICE
\ No newline at end of file