Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp423 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()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dextensions.adoc183 [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 packed
188 include::{generated}/api/defines/VK_VERSION_MINOR.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h85 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12U) & 0x3FFU) macro