Searched refs:physDeviceVersion (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 360 uint32_t physDeviceVersion, GrVkExtensions* extensions, in setup_features() argument 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() 575 uint32_t physDeviceVersion = std::min(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext() local 577 if (isProtected && physDeviceVersion < VK_MAKE_VERSION(1, 1, 0)) { in CreateVkBackendContext() 635 if (!init_device_extensions_and_layers(getProc, physDeviceVersion, in CreateVkBackendContext() 695 if (physDeviceVersion >= VK_MAKE_VERSION(1, 1, 0) || in CreateVkBackendContext() 697 if (!setup_features(getProc, inst, physDev, physDeviceVersion, extensions, features, in CreateVkBackendContext()
|