Home
last modified time | relevance | path

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

/external/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 …]
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp97 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
103 physDevVersion = SkTMin(physDevVersion, apiVersion); in Make()
112 physDevVersion, in Make()
114 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
125 physDevVersion, in Make()
127 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
133 physDevVersion)); in Make()
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp96 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext() local
99 backendContext.fInstanceVersion, physDevVersion, in initializeContext()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp95 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext() local
98 backendContext.fInstanceVersion, physDevVersion, in initializeContext()