Lines Matching refs:VK_MAKE_VERSION
362 SkASSERT(physDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) ||
371 SkASSERT(physDeviceVersion >= VK_MAKE_VERSION(1, 1, 0));
393 if (physDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) ||
404 if (physDeviceVersion >= VK_MAKE_VERSION(1, 1, 0)) {
436 instanceVersion = VK_MAKE_VERSION(1, 0, 0);
444 SkASSERT(instanceVersion >= VK_MAKE_VERSION(1, 0, 0));
445 if (isProtected && instanceVersion < VK_MAKE_VERSION(1, 1, 0)) {
450 uint32_t apiVersion = VK_MAKE_VERSION(1, 0, 0);
451 if (instanceVersion >= VK_MAKE_VERSION(1, 1, 0)) {
456 apiVersion = VK_MAKE_VERSION(1, 1, 0);
577 if (isProtected && physDeviceVersion < VK_MAKE_VERSION(1, 1, 0)) {
695 if (physDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) ||