Home
last modified time | relevance | path

Searched refs:vk12Supported (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.cpp52 bool vk12Supported = (apiVersion >= VK_MAKE_API_VERSION(0, 1, 2, 0)); in DeviceProperties() local
74 if (!vk12Supported) in DeviceProperties()
81 if (vk12Supported) in DeviceProperties()
119 if (vk12Supported) in DeviceProperties()
140 if (vk12Supported) in DeviceProperties()
DvkDeviceFeatures.cpp64 bool vk12Supported = (apiVersion >= VK_MAKE_API_VERSION(0, 1, 2, 0)); in DeviceFeatures() local
71 if (vk12Supported) in DeviceFeatures()
114 if (vk12Supported) in DeviceFeatures()
181 if (vk12Supported) in DeviceFeatures()