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.cpp46 bool vk12Supported = (apiVersion >= VK_MAKE_VERSION(1, 2, 0)); in DeviceProperties() local
62 if (!vk12Supported) in DeviceProperties()
69 if (vk12Supported) in DeviceProperties()
90 if (vk12Supported) in DeviceProperties()
107 if (vk12Supported) in DeviceProperties()
DvkDeviceFeatures.cpp51 bool vk12Supported = (apiVersion >= VK_MAKE_VERSION(1, 2, 0)); in DeviceFeatures() local
55 if (vk12Supported) in DeviceFeatures()
77 if (vk12Supported) in DeviceFeatures()
109 if (vk12Supported) in DeviceFeatures()