aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-06-28 10:54:26 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-07-03 14:00:45 -0600
commit406c5b9ff1700dde9bcc4ae355e7b3dd8db799d3 (patch)
treec8ba88f3779756e5e22d6a4954ff169333ff1b32 /scripts
parent672a030999ee5cc89a5a1dce252629dfdcf4a082 (diff)
downloadusermoji-406c5b9ff1700dde9bcc4ae355e7b3dd8db799d3.tar.xz
scripts: Update vuid_mapping for missing variables
Change-Id: I762509eb848351db7cd5fffbddbac94f8f8aaf0b
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vuid_mapping.py28
1 files changed, 28 insertions, 0 deletions
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
}