Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp104 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
110 physDevVersion = std::min(physDevVersion, apiVersion); in Make()
119 physDevVersion, in Make()
121 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
138 physDevVersion, in Make()
140 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
148 *backendContext.fDeviceFeatures2, instanceVersion, physDevVersion, in Make()
155 features2, instanceVersion, physDevVersion, in Make()
180 features, instanceVersion, physDevVersion, extensions, in Make()
193 backendContext.fDevice, physDevVersion, in Make()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp95 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext() local
98 backendContext.fInstanceVersion, physDevVersion, in initializeContext()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp104 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
110 physDevVersion = SkTMin(physDevVersion, apiVersion); in Make()
119 physDevVersion, in Make()
121 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
138 physDevVersion, in Make()
140 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
146 instanceVersion, physDevVersion)); in Make()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp104 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
110 physDevVersion = SkTMin(physDevVersion, apiVersion); in Make()
119 physDevVersion, in Make()
121 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
138 physDevVersion, in Make()
140 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
146 instanceVersion, physDevVersion)); in Make()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp103 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
109 physDevVersion = std::min(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()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp104 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
110 physDevVersion = SkTMin(physDevVersion, apiVersion); in Make()
119 physDevVersion, in Make()
121 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
138 physDevVersion, in Make()
140 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
146 instanceVersion, physDevVersion)); in Make()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp104 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make() local
110 physDevVersion = SkTMin(physDevVersion, apiVersion); in Make()
119 physDevVersion, in Make()
121 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) { in Make()
138 physDevVersion, in Make()
140 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) { in Make()
146 instanceVersion, physDevVersion)); in Make()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp96 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext() local
99 backendContext.fInstanceVersion, physDevVersion, in initializeContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/skia/
H A Dshare-grcontext.patch.180 - uint32_t physDevVersion = physDeviceProperties.apiVersion;
82 + uint32_t physDevVersion = d->physDeviceProperties.apiVersion;
86 backendContext.fInstanceVersion, physDevVersion,