OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_patch_version
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/gpu/vk/
VkTestUtils.cpp
74
static uint32_t
remove_patch_version
(uint32_t specVersion) {
function in namespace:sk_gpu_test
87
if (version <=
remove_patch_version
(layers[i].specVersion)) {
160
uint32_t nonPatchVersion =
remove_patch_version
(specVersion);
245
uint32_t nonPatchVersion =
remove_patch_version
(specVersion);
/external/skqp/tools/gpu/vk/
VkTestUtils.cpp
70
static uint32_t
remove_patch_version
(uint32_t specVersion) {
function in namespace:sk_gpu_test
83
if (version <=
remove_patch_version
(layers[i].specVersion)) {
156
uint32_t nonPatchVersion =
remove_patch_version
(specVersion);
241
uint32_t nonPatchVersion =
remove_patch_version
(specVersion);
Completed in 647 milliseconds