Home
last modified time | relevance | path

Searched refs:VK_VERSION_MINOR (Results 1 – 4 of 4) sorted by relevance

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