From 78c0b57ffca9ac8a2cd5c534e9348b0b92da700b Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 23 Oct 2017 11:31:43 -0600 Subject: scripts: Update vuid_mapping.py for 64 header Change-Id: I3f55bd5ee0296fc962bb2ee624391e793f8f9fe4 --- scripts/vuid_mapping.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index b530f97d..e648b56f 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -571,6 +571,8 @@ func_struct_id_map = { 'VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR' : 515, 'VkSamplerYcbcrConversionImageFormatPropertiesKHR' : 516, 'VkSamplerYcbcrConversionInfoKHR' : 517, +'VkDeviceQueueGlobalPriorityCreateInfoEXT' : 518, +'vkGetShaderInfoAMD' : 519, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -1076,6 +1078,10 @@ implicit_param_map = { 'pViewFormats' : 498, 'conversion' : 499, 'pPostSubpassSampleLocations' : 500, +'globalPriority' : 501, +'shaderStage' : 502, +'infoType' : 503, +'pInfoSize' : 504, ### ADD New implicit param mappings above this line } -- cgit v1.2.3