Searched refs:physDevVersion (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 99 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local 105 physDevVersion = std::min(physDevVersion, apiVersion); in Make() 114 physDevVersion, in Make() 116 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make() 133 physDevVersion, in Make() 135 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make() 143 *backendContext.fDeviceFeatures2, instanceVersion, physDevVersion, in Make() 150 features2, instanceVersion, physDevVersion, in Make() 175 features, instanceVersion, physDevVersion, extension in Make() [all...] |
/third_party/skia/tools/sk_app/ |
H A D | VulkanWindowContext.cpp | 96 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext() local 99 backendContext.fInstanceVersion, physDevVersion, in initializeContext()
|
Completed in 3 milliseconds