Searched refs:VK_VERSION_PATCH (Results 1 – 3 of 3) sorted by relevance
424 uint32_t patch = VK_VERSION_PATCH(driverVersion); in decodeDriverVersion()666 VK_VERSION_PATCH(appInfo.apiVersion)); in createGlobalVkEmulation()1013 VK_VERSION_PATCH(deviceVersion)); in createGlobalVkEmulation()
201 [open,refpage='VK_VERSION_PATCH',desc='Extract API patch version number',type='defines']203 dname:VK_VERSION_PATCH extracts the API patch version number from a packed206 include::{generated}/api/defines/VK_VERSION_PATCH.adoc[]
88 #define VK_VERSION_PATCH(version) ((uint32_t)(version) & 0xFFFU) macro