From c1922cc826ae544fc848e6f5d1669433af1c799a Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 21 Jun 2017 11:54:54 -0600 Subject: scripts: Update vuid_mapping.py with new APIs Change-Id: I67ae851149973455f5a2f7c156f5f2d87f0dd51e --- scripts/vuid_mapping.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scripts') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 63171780..9b8c1cf4 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -470,6 +470,16 @@ func_struct_id_map = { 'vkUpdateDescriptorSetWithTemplateKHR' : 413, 'vkUpdateDescriptorSets' : 414, 'vkWaitForFences' : 415, +'VkPhysicalDeviceProperties2KHR' : 416, +'VkFormatProperties2KHR' : 417, +'VkImageFormatProperties2KHR' : 418, +'VkPhysicalDeviceMemoryProperties2KHR' : 419, +'VkSurfaceCapabilities2KHR' : 420, +'VkDeviceGroupPresentCapabilitiesKHX' : 421, +'VkExternalBufferPropertiesKHX' : 422, +'VkMemoryWin32HandlePropertiesKHX' : 423, +'VkMemoryFdPropertiesKHX' : 424, +'VkExternalSemaphorePropertiesKHX' : 425, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs -- cgit v1.2.3