Lines Matching refs:physicalDeviceVersion
21 uint32_t instanceVersion, uint32_t physicalDeviceVersion, in GrVkCaps() argument
52 this->init(contextOptions, vkInterface, physDev, features, physicalDeviceVersion, extensions); in GrVkCaps()
273 uint32_t physicalDeviceVersion, const GrVkExtensions& extensions) { in init() argument
281 SkASSERT(physicalDeviceVersion <= properties.apiVersion); in init()
283 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
288 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
293 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
298 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
303 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
308 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
313 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
319 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
346 (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()