Searched refs:VK_VERSION_MAJOR (Results 1 – 4 of 4) sorted by relevance
83 // VK_VERSION_MAJOR (Macro)84 #define VK_VERSION_MAJOR(version) ((uint32_t)(version) >> 22)
422 uint32_t major = VK_VERSION_MAJOR(driverVersion); in decodeDriverVersion()665 VK_VERSION_MAJOR(appInfo.apiVersion), VK_VERSION_MINOR(appInfo.apiVersion), in createGlobalVkEmulation()1011 VK_VERSION_MAJOR(deviceVersion), in createGlobalVkEmulation()
165 [open,refpage='VK_VERSION_MAJOR',desc='Extract API major version number',type='defines']167 dname:VK_VERSION_MAJOR extracts the API major version number from a packed170 include::{generated}/api/defines/VK_VERSION_MAJOR.adoc[]
82 #define VK_VERSION_MAJOR(version) ((uint32_t)(version) >> 22U) macro