aboutsummaryrefslogtreecommitdiff
path: root/scripts/vuid_mapping.py
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2018-03-20 13:44:19 -0600
committerMark Lobodzinski <mark@lunarg.com>2018-03-26 15:29:06 -0600
commitf7170df91537e02c4e24f6d11bcce9b5630217e8 (patch)
tree19410dfd3c6d56d97d10bbfc9268b06fe5786ec2 /scripts/vuid_mapping.py
parentac274b1d46692b596baebf0d96ca2d7eeffd2ff1 (diff)
downloadusermoji-f7170df91537e02c4e24f6d11bcce9b5630217e8.tar.xz
header: Update to version 1.1.71 of the Vulkan hdr
- updated vulkan_core.h - updated vulkan-android.h - updated vk.xml - updated validusage.json - updated layer json files - updated vulkan.hpp - updated vuid_mapping.py - marked 27 VUIDs as complete Change-Id: Ia5abee76e5346b3a1b769664033d91403946f7a9
Diffstat (limited to 'scripts/vuid_mapping.py')
-rw-r--r--scripts/vuid_mapping.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py
index 4848c8a4..47673964 100644
--- a/scripts/vuid_mapping.py
+++ b/scripts/vuid_mapping.py
@@ -601,6 +601,23 @@ func_struct_id_map = {
'vkSubmitDebugUtilsMessageEXT' : 545,
'VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT' : 546,
'VkPipelineVertexInputDivisorStateCreateInfoEXT' : 547,
+'VkExternalFormatANDROID' : 548,
+'VkImportAndroidHardwareBufferInfoANDROID' : 549,
+'VkMemoryGetAndroidHardwareBufferInfoANDROID' : 550,
+'vkCmdEndDebugUtilsLabelEXT' : 551,
+'vkDestroyDebugUtilsMessengerEXT' : 552,
+'vkGetAndroidHardwareBufferPropertiesANDROID' : 553,
+'vkQueueEndDebugUtilsLabelEXT' : 554,
+'VkAndroidHardwareBufferUsageANDROID' : 555,
+'VkAndroidHardwareBufferPropertiesANDROID' : 556,
+'vkGetMemoryAndroidHardwareBufferANDROID' : 557,
+'VkAndroidHardwareBufferFormatPropertiesANDROID' : 558,
+'vkCmdBeginDebugUtilsLabelEXT' : 559,
+'vkCmdInsertDebugUtilsLabelEXT' : 560,
+'vkQueueBeginDebugUtilsLabelEXT' : 561,
+'vkQueueInsertDebugUtilsLabelEXT' : 562,
+'vkSetDebugUtilsObjectNameEXT' : 563,
+'vkSetDebugUtilsObjectTagEXT' : 564,
### ADD New func/struct mappings above this line
}
# Mapping of params to unique IDs
@@ -1129,6 +1146,15 @@ implicit_param_map = {
'messageTypes' : 521,
'vertexBindingDivisorCount' : 522,
'pVertexBindingDivisors' : 523,
+'formatFeatures' : 524,
+'suggestedYcbcrModel' : 525,
+'suggestedYcbcrRange' : 526,
+'suggestedXChromaOffset' : 527,
+'suggestedYChromaOffset' : 528,
+'pMessageIdName' : 529,
+'pLabelInfo' : 530,
+'messenger' : 531,
+'pCallbackData' : 532,
### ADD New implicit param mappings above this line
}