Lines Matching refs:specVersion
35 static uint32_t remove_patch_version(uint32_t specVersion) { in remove_patch_version() argument
36 return (specVersion >> 12) << 12; in remove_patch_version()
39 bool GrVkExtensions::initInstance(uint32_t specVersion) { in initInstance() argument
40 uint32_t nonPatchVersion = remove_patch_version(specVersion); in initInstance()
65 if (nonPatchVersion >= remove_patch_version(layers[i].specVersion)) { in initInstance()
88 if (nonPatchVersion >= remove_patch_version(extensions[i].specVersion)) { in initInstance()
115 if (nonPatchVersion >= remove_patch_version(extensions[i].specVersion) && in initInstance()
128 bool GrVkExtensions::initDevice(uint32_t specVersion, VkInstance inst, VkPhysicalDevice physDev) { in initDevice() argument
129 uint32_t nonPatchVersion = remove_patch_version(specVersion); in initDevice()
154 if (nonPatchVersion >= remove_patch_version(layers[i].specVersion)) { in initDevice()
178 if (nonPatchVersion >= remove_patch_version(extensions[i].specVersion)) { in initDevice()
207 if (nonPatchVersion >= remove_patch_version(extensions[i].specVersion) && in initDevice()