diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-27 13:21:03 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-06-28 10:57:05 -0600 |
| commit | a3564873789cd81cb2de6dcec9cd40c233258680 (patch) | |
| tree | f7d42a83e3ff7f1fb5db69ae297716dbe70ee8ea /scripts | |
| parent | 7c32e6842579a5d3a27ed1b0108257bc3efee42e (diff) | |
| download | usermoji-a3564873789cd81cb2de6dcec9cd40c233258680.tar.xz | |
scripts: Add missing funcs/structs to mapping table
Change-Id: I124e31e436ec193a6bf55348654c6a99e6daeadc
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vuid_mapping.py | 35 |
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 } |
