Make Context class to query extensions properties
authorBoris Zanin <boris.zanin@mobica.com>
Fri, 6 Sep 2019 12:42:14 +0000 (14:42 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 12 Sep 2019 06:43:41 +0000 (02:43 -0400)
commitc8274a2eecfd6bfd62058367baef2865a3efa2c1
tree335024505373f23bfe833e57897fe7a9288f4fb3
parent902656e339a60a775842b5be1cbf2afb53f90f45
Make Context class to query extensions properties

Add functionality into Context class to query extension's
properties from default device.

Components: framework

VK-GL-CTS issue: 1924

Change-Id: If456123fa9214fdf0c8360bf645531b2a00fd9b2
13 files changed:
AndroidGen.mk
external/vulkancts/framework/vulkan/CMakeLists.txt
external/vulkancts/framework/vulkan/vkDeviceFeatures.cpp
external/vulkancts/framework/vulkan/vkDeviceFeatures.hpp
external/vulkancts/framework/vulkan/vkDeviceProperties.cpp [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkDeviceProperties.hpp [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/modules/vulkan/vktTestCase.cpp
external/vulkancts/modules/vulkan/vktTestCase.hpp
external/vulkancts/scripts/gen_framework.py