From 888eefd6fd1fd50fa4f235f547755cf01ae88371 Mon Sep 17 00:00:00 2001 From: Lenny Komow Date: Mon, 18 Sep 2017 17:07:00 -0600 Subject: build: Update for 1.0.61.0 SDK Change-Id: I4b1f0289dace648153b6efdbfea0d83d37b28e60 --- scripts/vuid_mapping.py | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) (limited to 'scripts/vuid_mapping.py') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 59022eef..284c58fb 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -59,8 +59,8 @@ func_struct_id_map = { 'VkApplicationInfo' : 3, 'VkAttachmentDescription' : 4, 'VkAttachmentReference' : 5, -'VkBindBufferMemoryInfoKHX' : 6, -'VkBindImageMemoryInfoKHX' : 7, +'VkBindBufferMemoryInfoKHR' : 6, +'VkBindImageMemoryInfoKHR' : 7, 'VkBindImageMemorySwapchainInfoKHX' : 8, 'VkBindSparseInfo' : 9, 'VkBufferCreateInfo' : 10, @@ -238,9 +238,9 @@ func_struct_id_map = { 'vkAllocateMemory' : 182, 'vkBeginCommandBuffer' : 183, 'vkBindBufferMemory' : 184, -'vkBindBufferMemory2KHX' : 185, +'vkBindBufferMemory2KHR' : 185, 'vkBindImageMemory' : 186, -'vkBindImageMemory2KHX' : 187, +'vkBindImageMemory2KHR' : 187, 'vkCmdBeginQuery' : 188, 'vkCmdBeginRenderPass' : 189, 'vkCmdBindDescriptorSets' : 190, @@ -555,6 +555,22 @@ func_struct_id_map = { 'vkMergeValidationCachesEXT' : 499, 'VkAttachmentSampleLocationsEXT' : 500, 'VkSubpassSampleLocationsEXT' : 501, +'VkPhysicalDevicePointClippingPropertiesKHR' : 502, +'VkInputAttachmentAspectReferenceKHR' : 503, +'VkRenderPassInputAttachmentAspectCreateInfoKHR' : 504, +'VkImageViewUsageCreateInfoKHR' : 505, +'VkPipelineTessellationDomainOriginStateCreateInfoKHR' : 506, +'VkImageFormatListCreateInfoKHR' : 507, +'VkSamplerYcbcrConversionCreateInfoKHR' : 508, +'VkBindImagePlaneMemoryInfoKHR' : 509, +'VkImagePlaneMemoryRequirementsInfoKHR' : 510, +'vkCreateSamplerYcbcrConversionKHR' : 511, +'VkBindBufferMemoryDeviceGroupInfoKHX' : 512, +'VkBindImageMemoryDeviceGroupInfoKHX' : 513, +'vkDestroySamplerYcbcrConversionKHR' : 514, +'VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR' : 515, +'VkSamplerYcbcrConversionImageFormatPropertiesKHR' : 516, +'VkSamplerYcbcrConversionInfoKHR' : 517, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -1045,6 +1061,20 @@ implicit_param_map = { 'sampleLocationsInfo' : 483, 'pSampleLocationsInfo' : 484, 'pMultisampleProperties' : 485, +'pointClippingBehavior' : 486, +'aspectReferenceCount' : 487, +'pAspectReferences' : 488, +'domainOrigin' : 489, +'ycbcrModel' : 490, +'ycbcrRange' : 491, +'xChromaOffset' : 492, +'yChromaOffset' : 493, +'chromaFilter' : 494, +'planeAspect' : 495, +'pYcbcrConversion' : 496, +'ycbcrConversion' : 497, +'pViewFormats' : 498, +'conversion' : 499, ### ADD New implicit param mappings above this line } -- cgit v1.2.3