Home
last modified time | relevance | path

Searched refs:VK_API_VERSION_MINOR (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_instance.c42 (VK_API_VERSION_MAJOR(version) == 1 && VK_API_VERSION_MINOR(version) == 0)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dextensions.adoc174 [open,refpage='VK_API_VERSION_MINOR',desc='Extract API minor version number',type='defines']
176 dname:VK_API_VERSION_MINOR extracts the API minor version number from a
179 include::{generated}/api/defines/VK_API_VERSION_MINOR.adoc[]
/hardware/google/gfxstream/host/
DFrameBuffer.cpp391 << VK_API_VERSION_MINOR(vkVersion) << "." in initialize()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h92 #define VK_API_VERSION_MINOR(version) (((uint32_t)(version) >> 12U) & 0x3FFU) macro
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4600 dname:VK_API_VERSION_MAJOR, dname:VK_API_VERSION_MINOR, and