From a3564873789cd81cb2de6dcec9cd40c233258680 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 27 Jun 2017 13:21:03 -0600 Subject: scripts: Add missing funcs/structs to mapping table Change-Id: I124e31e436ec193a6bf55348654c6a99e6daeadc --- scripts/vuid_mapping.py | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'scripts') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 36c426d7..941a7777 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -490,6 +490,18 @@ func_struct_id_map = { 'VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX' : 434, 'VkHdrMetadataEXT' : 435, 'VkExternalMemoryPropertiesKHX' : 436, +'VkFormatProperties' : 437, +'VkImageFormatProperties' : 438, +'VkPhysicalDeviceLimits' : 439, +'VkQueueFamilyProperties' : 440, +'VkMemoryType' : 441, +'VkMemoryHeap' : 442, +'VkSparseImageFormatProperties' : 443, +'VkSurfaceCapabilitiesKHR' : 444, +'VkDisplayPropertiesKHR' : 445, +'VkDisplayPlaneCapabilitiesKHR' : 446, +'VkSharedPresentSurfaceCapabilitiesKHR' : 447, +'VkExternalImageFormatPropertiesNV' : 448, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -892,6 +904,29 @@ implicit_param_map = { 'externalMemoryFeatures' : 395, 'compatibleHandleTypes' : 396, 'exportFromImportedHandleTypes' : 397, +'linearTilingFeatures' : 398, +'optimalTilingFeatures' : 399, +'bufferFeatures' : 400, +'sampleCounts' : 401, +'framebufferColorSampleCounts' : 402, +'framebufferDepthSampleCounts' : 403, +'framebufferStencilSampleCounts' : 404, +'framebufferNoAttachmentsSampleCounts' : 405, +'sampledImageColorSampleCounts' : 406, +'sampledImageIntegerSampleCounts' : 407, +'sampledImageDepthSampleCounts' : 408, +'sampledImageStencilSampleCounts' : 409, +'storageImageSampleCounts' : 410, +'queueFlags' : 411, +'propertyFlags' : 412, +'supportedTransforms' : 413, +'currentTransform' : 414, +'supportedCompositeAlpha' : 415, +'supportedUsageFlags' : 416, +'supportedAlpha' : 417, +'sharedPresentSupportedUsageFlags' : 418, +'externalSemaphoreFeatures' : 419, +'supportedSurfaceCounters' : 420, ### ADD New implicit param mappings above this line } -- cgit v1.2.3