Searched refs:VK_VERSION_MINOR (Results 1 – 3 of 3) sorted by relevance
423 uint32_t minor = VK_VERSION_MINOR(driverVersion); in decodeDriverVersion()665 VK_VERSION_MAJOR(appInfo.apiVersion), VK_VERSION_MINOR(appInfo.apiVersion), in createGlobalVkEmulation()1012 VK_VERSION_MINOR(deviceVersion), in createGlobalVkEmulation()
183 [open,refpage='VK_VERSION_MINOR',desc='Extract API minor version number',type='defines']185 dname:VK_VERSION_MINOR extracts the API minor version number from a packed188 include::{generated}/api/defines/VK_VERSION_MINOR.adoc[]
85 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12U) & 0x3FFU) macro