Searched refs:VK_VERSION_MINOR (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp353 VK_VERSION_MINOR(layers[i].specVersion),
498 VK_VERSION_MINOR(info.properties.apiVersion),
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h43 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) macro

Completed in 344 milliseconds