Add VK_KHR_global_priority to extensions_data.txt
authorCharles Johnston <Charles.Johnston@amd.com>
Thu, 13 Jan 2022 17:05:37 +0000 (12:05 -0500)
committerCharles Johnston <Charles.Johnston@amd.com>
Thu, 13 Jan 2022 17:44:28 +0000 (12:44 -0500)
dEQP-VK.info.device_extensions fails without this.

Affected test:
dEQP-VK.info.device_extensions

Components: Vulkan
VK-GL-CTS issue: 3446

Change-Id: I4a0924754f085eccabe1dd08d0020621773cddb6

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

index 4fb39e7..7ac4f48 100644 (file)
@@ -83,5 +83,6 @@ static const char* s_allowedDeviceKhrExtensions[] =
        "VK_KHR_format_feature_flags2",
        "VK_KHR_maintenance4",
        "VK_EXT_border_color_swizzle",
+       "VK_KHR_global_priority",
 };
 
index ed35f27..f457259 100644 (file)
@@ -102,3 +102,4 @@ VK_KHR_shader_integer_dot_product                   DEVICE
 VK_KHR_format_feature_flags2                           DEVICE
 VK_KHR_maintenance4                                                    DEVICE
 VK_EXT_border_color_swizzle                                    DEVICE
+VK_KHR_global_priority                                 DEVICE