Uncomment gen_framework.py
authorAlexander Galazin <alexander.galazin@arm.com>
Fri, 3 Jul 2020 15:21:26 +0000 (17:21 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 3 Jul 2020 16:52:35 +0000 (12:52 -0400)
Components: Vulkan

VK-GL-CTS issue: 2440

Change-Id: I1bac0a281db39468cb32a8c6d5d4082d17cba088

external/vulkancts/scripts/gen_framework.py

index ece55fe..dfda6e9 100644 (file)
@@ -2203,7 +2203,7 @@ if __name__ == "__main__":
        platformFuncs   = [Function.TYPE_PLATFORM]
        instanceFuncs   = [Function.TYPE_INSTANCE]
        deviceFuncs             = [Function.TYPE_DEVICE]
-       '''
+
        dfd                                                                             = generateDeviceFeaturesDefs(src)
        writeDeviceFeatures                                             (api, dfd, os.path.join(VULKAN_DIR, "vkDeviceFeatures.inl"))
        writeDeviceFeaturesDefaultDeviceDefs    (dfd, os.path.join(VULKAN_DIR, "vkDeviceFeaturesForDefaultDeviceDefs.inl"))
@@ -2246,11 +2246,10 @@ if __name__ == "__main__":
        writeSupportedExtenions                                 (api, os.path.join(VULKAN_DIR, "vkSupportedExtensions.inl"))
        writeCoreFunctionalities                                (api, os.path.join(VULKAN_DIR, "vkCoreFunctionalities.inl"))
        writeExtensionFunctions                                 (api, os.path.join(VULKAN_DIR, "vkExtensionFunctions.inl"))
-       '''
+
        writeDeviceFeatures2                                    (api, os.path.join(VULKAN_DIR, "vkDeviceFeatures2.inl"))
-       '''
+
        writeMandatoryFeatures                                  (     os.path.join(VULKAN_DIR, "vkMandatoryFeatures.inl"))
        writeExtensionList                                              (     os.path.join(VULKAN_DIR, "vkInstanceExtensions.inl"),                             'INSTANCE')
        writeExtensionList                                              (     os.path.join(VULKAN_DIR, "vkDeviceExtensions.inl"),                               'DEVICE')
-       writeDriverIds                                                  (     os.path.join(VULKAN_DIR, "vkKnownDriverIds.inl"))
-       '''
\ No newline at end of file
+       writeDriverIds                                                  (     os.path.join(VULKAN_DIR, "vkKnownDriverIds.inl"))
\ No newline at end of file