From 672a030999ee5cc89a5a1dce252629dfdcf4a082 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 28 Jun 2017 14:58:27 -0600 Subject: header: Update to version 1.0.53 of the vulkan hdr - updated vulkan.h - updated reg.py - updated vk.xml - updated vk_validation_error_database.txt - updated vk_validation_error_messages.h - updated vuid_mapping.py - updated vulkan.hpp - fixed error database vuid parser issue - updated error DB with new VUIDS Change-Id: I4744f4278981cf808b1b3c9fcf9cf6f5793f1338 --- scripts/vuid_mapping.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts/vuid_mapping.py') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 941a7777..ac597712 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -502,6 +502,13 @@ func_struct_id_map = { 'VkDisplayPlaneCapabilitiesKHR' : 446, 'VkSharedPresentSurfaceCapabilitiesKHR' : 447, 'VkExternalImageFormatPropertiesNV' : 448, +'VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT' : 449, +'VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT' : 450, +'VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT' : 451, +'VkPipelineColorBlendAdvancedStateCreateInfoEXT' : 452, +'VkPipelineCoverageModulationStateCreateInfoNV' : 453, +'VkPipelineCoverageToColorStateCreateInfoNV' : 454, +'VkSamplerReductionModeCreateInfoEXT' : 455, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -927,6 +934,10 @@ implicit_param_map = { 'sharedPresentSupportedUsageFlags' : 418, 'externalSemaphoreFeatures' : 419, 'supportedSurfaceCounters' : 420, +'blendOverlap' : 421, +'coverageModulationMode' : 422, +'coverageModulationTableCount' : 423, +'reductionMode' : 424, ### ADD New implicit param mappings above this line } -- cgit v1.2.3