Home
last modified time | relevance | path

Searched refs:physDevVersion (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp96 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
102 physDevVersion = std::min(physDevVersion, apiVersion); in Make()
111 physDevVersion, in Make()
113 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
130 physDevVersion, in Make()
132 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
140 *backendContext.fDeviceFeatures2, instanceVersion, physDevVersion, in Make()
147 features2, instanceVersion, physDevVersion, in Make()
172 features, instanceVersion, physDevVersion, extensions, in Make()
185 backendContext.fDevice, physDevVersion, in Make()
[all …]
/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp95 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext() local
98 backendContext.fInstanceVersion, physDevVersion, in initializeContext()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp103 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
109 physDevVersion = SkTMin(physDevVersion, apiVersion); in Make()
118 physDevVersion, in Make()
120 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
137 physDevVersion, in Make()
139 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
145 instanceVersion, physDevVersion)); in Make()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp96 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext() local
99 backendContext.fInstanceVersion, physDevVersion, in initializeContext()