OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonpatchversion
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/gpu/vk/
GrVkExtensions.cpp
44
uint32_t
nonPatchVersion
= remove_patch_version(specVersion);
69
if (
nonPatchVersion
>= remove_patch_version(layers[i].specVersion)) {
92
if (
nonPatchVersion
>= remove_patch_version(extensions[i].specVersion)) {
119
if (
nonPatchVersion
>= remove_patch_version(extensions[i].specVersion) &&
137
uint32_t
nonPatchVersion
= remove_patch_version(specVersion);
162
if (
nonPatchVersion
>= remove_patch_version(layers[i].specVersion)) {
186
if (
nonPatchVersion
>= remove_patch_version(extensions[i].specVersion)) {
215
if (
nonPatchVersion
>= remove_patch_version(extensions[i].specVersion) &&
Completed in 332 milliseconds