Home
last modified time | relevance | path

Searched refs:vuidCounts (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py551 help='Specify maximum VUID instead of the value wired into vuidCounts.py')
584 # Moved here since vuidCounts is only needed in the internal
586 from vuidCounts import vuidCounts namespace
588 if args.branch not in vuidCounts:
589 logErr('Branch', args.branch, 'not in vuidCounts, cannot continue')
590 maxVUID = vuidCounts[args.branch][1]
591 startVUID = vuidCounts[args.branch][2]
647 vuidCounts[args.branch][2] = args.nextvu
650 reflow_count_file_path += '/vuidCounts
[all...]

Completed in 1 milliseconds