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

/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp352 VK_VERSION_MINOR(layers[i].specVersion),
497 VK_VERSION_MINOR(info.properties.apiVersion),
/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp891 VK_VERSION_MINOR(pCreateInfo->pApplicationInfo->apiVersion));
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h43 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) macro

Completed in 58 milliseconds