Home
last modified time | relevance | path

Searched refs:VK_VERSION_MAJOR (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc83 // VK_VERSION_MAJOR (Macro)
84 #define VK_VERSION_MAJOR(version) ((uint32_t)(version) >> 22)
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp422 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()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dextensions.adoc165 [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 packed
170 include::{generated}/api/defines/VK_VERSION_MAJOR.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h82 #define VK_VERSION_MAJOR(version) ((uint32_t)(version) >> 22U) macro