Add ray tracing extensions to list of known extensions
authorBoris Zanin <boris.zanin@mobica.com>
Tue, 28 Apr 2020 07:39:34 +0000 (09:39 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 24 Nov 2020 16:29:08 +0000 (11:29 -0500)
Adds following extensions to a list of enabled Khronos extensions:
 * VK_KHR_ray_tracing_pipeline
 * VK_KHR_ray_query
 * VK_KHR_acceleration_structure
 * VK_KHR_pipeline_library
 * VK_KHR_deferred_host_operations

Affected tests:
  * dEQP-VK.info.device_extensions

Components: Framework, Vulkan

VK-GL-CTS issue: 2143

Change-Id: Ib008304c210ade78569a9c2c27ce61c3aefa0df4

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

index a11211e..65776d8 100644 (file)
@@ -64,5 +64,10 @@ static const char* s_allowedDeviceKhrExtensions[] =
        "VK_KHR_shader_non_semantic_info",
        "VK_KHR_copy_commands2",
        "VK_KHR_shader_terminate_invocation",
+       "VK_KHR_ray_tracing_pipeline",
+       "VK_KHR_ray_query",
+       "VK_KHR_acceleration_structure",
+       "VK_KHR_pipeline_library",
+       "VK_KHR_deferred_host_operations",
 };
 
index a4654ae..3e96a6b 100644 (file)
@@ -83,3 +83,8 @@ VK_KHR_performance_query                                      DEVICE
 VK_KHR_shader_non_semantic_info                                DEVICE
 VK_KHR_copy_commands2                                          DEVICE
 VK_KHR_shader_terminate_invocation                     DEVICE
+VK_KHR_ray_tracing_pipeline                                    DEVICE
+VK_KHR_ray_query                                                       DEVICE
+VK_KHR_acceleration_structure                          DEVICE
+VK_KHR_pipeline_library                                                DEVICE
+VK_KHR_deferred_host_operations                                DEVICE