Lines Matching defs:version
79 uint32_t version) {
83 // layer was written against a version that isn't older than the version of Vulkan we're
85 if (version <= remove_patch_version(layers[i].specVersion)) {
440 SkDebugf("failed to enumerate instance version. Err: %d\n", err);
446 SkDebugf("protected requires vk instance version 1.1\n");
452 // If the instance version is 1.0 we must have the apiVersion also be 1.0. However, if the
453 // instance version is 1.1 or higher, we can set the apiVersion to be whatever the highest
455 // since that is the highest vulkan version.
578 SkDebugf("protected requires vk physical device version 1.1\n");
650 // extensions. So see if we have the KHR version and if so don't push back the EXT version in