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/
H A 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()
126 if (vk12Supported) in DeviceProperties()
147 if (vk12Supported) in DeviceProperties()
H A DvkDeviceFeatures.cpp64 bool vk12Supported = (apiVersion >= VK_MAKE_API_VERSION(0, 1, 2, 0)); in DeviceFeatures() local
71 if (vk12Supported) in DeviceFeatures()
121 if (vk12Supported) in DeviceFeatures()
188 if (vk12Supported) in DeviceFeatures()

Completed in 2 milliseconds