From 406c5b9ff1700dde9bcc4ae355e7b3dd8db799d3 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 28 Jun 2017 10:54:26 -0600 Subject: scripts: Update vuid_mapping for missing variables Change-Id: I762509eb848351db7cd5fffbddbac94f8f8aaf0b --- scripts/vuid_mapping.py | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'scripts') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index ac597712..30841571 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -938,6 +938,34 @@ implicit_param_map = { 'coverageModulationMode' : 422, 'coverageModulationTableCount' : 423, 'reductionMode' : 424, +'enabledLayerCount' : 425, +'enabledExtensionCount' : 426, +'waitSemaphoreCount' : 427, +'signalSemaphoreCount' : 428, +'bufferBindCount' : 429, +'imageOpaqueBindCount' : 430, +'imageBindCount' : 431, +'codeSize' : 432, +'initialDataSize' : 433, +'vertexBindingDescriptionCount' : 434, +'vertexAttributeDescriptionCount' : 435, +'setLayoutCount' : 436, +'pushConstantRangeCount' : 437, +'inputAttachmentCount' : 438, +'colorAttachmentCount' : 439, +'preserveAttachmentCount' : 440, +'dependencyCount' : 441, +'dynamicOffsetCount' : 442, +'rectangleCount' : 443, +'correlationMaskCount' : 444, +'acquireCount' : 445, +'releaseCount' : 446, +'deviceIndexCount' : 447, +'SFRRectCount' : 448, +'deviceRenderAreaCount' : 449, +'physicalDeviceCount' : 450, +'waitSemaphoreValuesCount' : 451, +'signalSemaphoreValuesCount' : 452, ### ADD New implicit param mappings above this line } -- cgit v1.2.3