Remove redundant *_EXTENSION_NAME defines
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 3 Oct 2022 16:08:23 +0000 (18:08 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Mon, 10 Oct 2022 16:03:48 +0000 (16:03 +0000)
commit8ef71f322837a4bafa25b717126a62a254f40400
tree6638bc333cb48c5b7a857f6f264eef1780cd10c5
parent45283e07f3506784082654fa7023a64b375088ad
Remove redundant *_EXTENSION_NAME defines

Recent gen_framework change, that generates .inl files directly
from vk.xml, added all extension defines to vkBasicTypes.inl.
This means that all *_EXTENSION_NAME defines could be removed
from the tests code and also from vkDeviceFeatures.inl and
vkDeviceProperties.inl.

VK-GL-CTS issue: 3151

Components: Framework, Vulkan

Affects:
dEQP-VK.*

Change-Id: I041d82813fbfb564d7ffeaf7aad69e38c49393b5
external/vulkancts/framework/vulkan/generated/vulkan/vkDeviceFeatures.inl
external/vulkancts/framework/vulkan/generated/vulkan/vkDeviceProperties.inl
external/vulkancts/modules/vulkan/api/vktApiBufferMemoryRequirementsTests.cpp
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingAccelerationStructuresTests.cpp
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingTraceRaysTests.cpp
external/vulkancts/scripts/gen_framework.py