Home
last modified time | relevance | path

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

/frameworks/native/vulkan/api/templates/
Dvulkan_h.tmpl50 #define VK_MAKE_VERSION(major, minor, patch) (((major) << 22) | ((minor) << 12) | (patch))
54VK_MAKE_VERSION({{Global "VERSION_MAJOR"}}, {{Global "VERSION_MINOR"}}, {{Global "VERSION_PATCH"}})
Dvk_xml.tmpl45 <type category="define">#define <name>VK_MAKE_VERSION</name>(major, minor, patch) \
49 #define <name>VK_API_VERSION</name> <type>VK_MAKE_VERSION</type>({{Global "VERSION_MAJOR"}}, {{Glob…
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp391 properties->apiVersion = VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION); in GetPhysicalDeviceProperties()
392 properties->driverVersion = VK_MAKE_VERSION(0, 0, 1); in GetPhysicalDeviceProperties()
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h33 #define VK_MAKE_VERSION(major, minor, patch) \ macro
40 #define VK_API_VERSION_1_0 VK_MAKE_VERSION(1, 0, 0)