Searched refs:VK_MAKE_VERSION (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/api/templates/ |
D | vulkan_h.tmpl | 50 #define VK_MAKE_VERSION(major, minor, patch) (((major) << 22) | ((minor) << 12) | (patch)) 54 …VK_MAKE_VERSION({{Global "VERSION_MAJOR"}}, {{Global "VERSION_MINOR"}}, {{Global "VERSION_PATCH"}})
|
D | vk_xml.tmpl | 45 <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/ |
D | null_driver.cpp | 391 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/ |
D | vulkan.h | 33 #define VK_MAKE_VERSION(major, minor, patch) \ macro 40 #define VK_API_VERSION_1_0 VK_MAKE_VERSION(1, 0, 0)
|