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