Home
last modified time | relevance | path

Searched refs:VK_VERSION_PATCH (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp424 uint32_t patch = VK_VERSION_PATCH(driverVersion); in decodeDriverVersion()
666 VK_VERSION_PATCH(appInfo.apiVersion)); in createGlobalVkEmulation()
1013 VK_VERSION_PATCH(deviceVersion)); in createGlobalVkEmulation()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dextensions.adoc201 [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 packed
206 include::{generated}/api/defines/VK_VERSION_PATCH.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h88 #define VK_VERSION_PATCH(version) ((uint32_t)(version) & 0xFFFU) macro