Whitelist VK_KHR_spirv_1_4
authorAlexander Galazin <alexander.galazin@arm.com>
Thu, 10 Oct 2019 13:37:50 +0000 (15:37 +0200)
committerAlexander Galazin <alexander.galazin@arm.com>
Thu, 10 Oct 2019 13:37:54 +0000 (15:37 +0200)
Compontents: Vulkan

Change-Id: I4f0a15b8dda5f556308f75b3f81aaade4d33db90

external/vulkancts/framework/vulkan/vkBasicTypes.inl
external/vulkancts/framework/vulkan/vkDeviceExtensions.inl
external/vulkancts/framework/vulkan/vkVulkan_c.inl
external/vulkancts/scripts/src/extensions_data.txt
external/vulkancts/scripts/src/vulkan_core.h

index 7ff76d1..a43b53e 100644 (file)
@@ -2885,6 +2885,7 @@ VK_DEFINE_PLATFORM_TYPE(CAMetalLayer,                             void*);
 #define VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION 1
 #define VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION 2
 #define VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION 3
+#define VK_KHR_SPIRV_1_4_SPEC_VERSION 1
 #define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION 1
 #define VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_SPEC_VERSION 1
 #define VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION 1
index 3d71271..b3f28e6 100644 (file)
@@ -50,5 +50,6 @@ static const char* s_allowedDeviceKhrExtensions[] =
        "VK_KHR_pipeline_executable_properties",
        "VK_KHR_timeline_semaphore",
        "VK_KHR_shader_clock",
+       "VK_KHR_spirv_1_4",
 };
 
index e18b694..0ab85dc 100644 (file)
@@ -6471,6 +6471,10 @@ typedef struct VkPhysicalDeviceVulkanMemoryModelFeaturesKHR {
 } VkPhysicalDeviceVulkanMemoryModelFeaturesKHR;
 
 
+#define VK_KHR_spirv_1_4 1
+#define VK_KHR_SPIRV_1_4_SPEC_VERSION     1
+#define VK_KHR_SPIRV_1_4_EXTENSION_NAME   "VK_KHR_spirv_1_4"
+
 
 #define VK_KHR_surface_protected_capabilities 1
 #define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION 1
index d9302cb..05394d2 100644 (file)
@@ -69,3 +69,4 @@ 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
index 4cf54f4..0fa5eff 100644 (file)
@@ -6468,6 +6468,10 @@ typedef struct VkPhysicalDeviceVulkanMemoryModelFeaturesKHR {
 } VkPhysicalDeviceVulkanMemoryModelFeaturesKHR;
 
 
+#define VK_KHR_spirv_1_4 1
+#define VK_KHR_SPIRV_1_4_SPEC_VERSION     1
+#define VK_KHR_SPIRV_1_4_EXTENSION_NAME   "VK_KHR_spirv_1_4"
+
 
 #define VK_KHR_surface_protected_capabilities 1
 #define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION 1