Whitelist VK_KHR_vulkan_memory_model
authorAlexander Galazin <alexander.galazin@arm.com>
Thu, 27 Sep 2018 15:33:25 +0000 (17:33 +0200)
committerAlexander Galazin <alexander.galazin@arm.com>
Thu, 27 Sep 2018 15:33:30 +0000 (17:33 +0200)
Components: Vulkan
Affects: dEQP-VK.api.info.device.extensions

Change-Id: Id26f39dd0f5b6d09dba7a24777c45b5d4619552e

external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp

index 47f4354..e7128f6 100644 (file)
@@ -761,6 +761,7 @@ void checkDeviceExtensions (tcu::ResultCollector& results, const vector<string>&
                "VK_KHR_create_renderpass2",
                "VK_KHR_driver_properties",
                "VK_KHR_shader_atomic_int64",
+               "VK_KHR_vulkan_memory_model",
        };
 
        checkKhrExtensions(results, extensions, DE_LENGTH_OF_ARRAY(s_allowedDeviceKhrExtensions), s_allowedDeviceKhrExtensions);