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()
234 uint32_t physicalDeviceVersion, const GrVkExtensions& extensions) { in init() argument
242 SkASSERT(physicalDeviceVersion <= properties.apiVersion); in init()
244 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
249 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
254 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
259 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
264 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
269 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
274 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
280 if (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()
307 (physicalDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in init()