aboutsummaryrefslogtreecommitdiff
path: root/scripts/vuid_mapping.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vuid_mapping.py')
-rw-r--r--scripts/vuid_mapping.py35
1 files changed, 35 insertions, 0 deletions
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
}