Checked .inl files back into the repo
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 13 Dec 2021 14:08:09 +0000 (15:08 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 7 Jan 2022 19:07:39 +0000 (19:07 +0000)
commitbf48592571e06a12d0d43e2ee971fae6d8a3eb74
tree0292aade25eed31e08deae1d7bb97e3f2b9e9c9c
parentae3df2e6ea152fda6e62142b60254a6d6d40aa3e
Checked .inl files back into the repo

By default .inl files won't be generated at build time but
this functionality is still present and to activate it
value of DEQP_VULKAN_INL_GEN_OUTPUTS_DIR should be changed
to point to PROJECT_BINARY_DIR.

VK-GL-CTS issue: 3197

Components: Framework, Vulkan

Affects:
dEQP-VK.*

Change-Id: I6ba5932aa51740048c8dcc0c0222e8f7553ac4b3
50 files changed:
external/vulkancts/framework/vulkan/CMakeLists.txt
external/vulkancts/framework/vulkan/vkApiExtensionDependencyInfo.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkBasicTypes.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkConcreteDeviceInterface.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkConcreteInstanceInterface.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkConcretePlatformInterface.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkCoreFunctionalities.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceDriverImpl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceExtensions.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceFeatures.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceFeatures2.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDecl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDefs.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceFeaturesForDefaultDeviceDefs.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceFunctionPointers.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceProperties.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDevicePropertiesForContextDecl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDevicePropertiesForContextDefs.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDevicePropertiesForDefaultDeviceDefs.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkExtensionFunctions.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkFunctionPointerTypes.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkGetStructureTypeImpl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkHandleType.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkInitDeviceFunctionPointers.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkInitInstanceFunctionPointers.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkInitPlatformFunctionPointers.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkInstanceDriverImpl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkInstanceExtensions.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkInstanceFunctionPointers.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkKnownDriverIds.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkMandatoryFeatures.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkNullDriverImpl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkObjTypeImpl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkPlatformDriverImpl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkPlatformFunctionPointers.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkRefUtil.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkRefUtilImpl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkStrUtil.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkStrUtilImpl.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkStructTypes.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkSupportedExtensions.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkTypeUtil.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkVirtualDeviceInterface.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkVirtualInstanceInterface.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkVirtualPlatformInterface.inl [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkVulkan_c.inl [new file with mode: 0644]
external/vulkancts/scripts/gen_ext_deps.py
external/vulkancts/scripts/gen_framework.py
external/vulkancts/scripts/gen_framework_c.py
scripts/check_build_sanity.py