Update Vulkan headers
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / framework / vulkan / vkExtensionFunctions.inl
index 8ea49c5..9696d19 100644 (file)
@@ -290,6 +290,14 @@ void getInstanceExtensionFunctions (deUint32 apiVersion, ::std::string extName,
        {
                return;
        }
+       if (extName == "VK_KHR_zero_initialize_workgroup_memory")
+       {
+               return;
+       }
+       if (extName == "VK_KHR_workgroup_memory_explicit_layout")
+       {
+               return;
+       }
        if (extName == "VK_KHR_copy_commands2")
        {
                return;
@@ -817,6 +825,10 @@ void getInstanceExtensionFunctions (deUint32 apiVersion, ::std::string extName,
        {
                return;
        }
+       if (extName == "VK_QCOM_rotated_copy_commands")
+       {
+               return;
+       }
        if (extName == "VK_EXT_image_robustness")
        {
                return;
@@ -1269,6 +1281,14 @@ void getDeviceExtensionFunctions (deUint32 apiVersion, ::std::string extName, ::
        {
                return;
        }
+       if (extName == "VK_KHR_zero_initialize_workgroup_memory")
+       {
+               return;
+       }
+       if (extName == "VK_KHR_workgroup_memory_explicit_layout")
+       {
+               return;
+       }
        if (extName == "VK_KHR_copy_commands2")
        {
                functions.push_back("vkCmdCopyBuffer2KHR");
@@ -1889,6 +1909,10 @@ void getDeviceExtensionFunctions (deUint32 apiVersion, ::std::string extName, ::
        {
                return;
        }
+       if (extName == "VK_QCOM_rotated_copy_commands")
+       {
+               return;
+       }
        if (extName == "VK_EXT_image_robustness")
        {
                return;