Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceFeatures.cpp62 bool vk13Supported = (apiVersion >= VK_MAKE_API_VERSION(0, 1, 3, 0)); in DeviceFeatures() local
77 if (vk13Supported) in DeviceFeatures()
154 if (!strcmp(featureName, "VK_EXT_extended_dynamic_state") && vk13Supported) in DeviceFeatures()
164 if (!strcmp(featureName, "VK_EXT_extended_dynamic_state2") && vk13Supported) in DeviceFeatures()
DvkDeviceProperties.cpp54 bool vk13Supported = (apiVersion >= VK_MAKE_API_VERSION(0, 1, 3, 0)); in DeviceProperties() local
87 if (vk13Supported) in DeviceProperties()