Home
last modified time | relevance | path

Searched refs:reflow_count_file (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dreflow.py651 reflow_count_file = open(reflow_count_file_path, 'w', encoding='utf8') variable
652 … print('# Do not edit this file, unless reserving a new VUID range', file=reflow_count_file)
653 print('# VUID ranges reserved for branches', file=reflow_count_file)
654 print('# Key is branch name, value is [ start, end, nextfree ]', file=reflow_count_file)
655 print('# New reservations must be made by MR to main branch', file=reflow_count_file)
656 print('vuidCounts = {', file=reflow_count_file)
660 file=reflow_count_file)
661 print('}', file=reflow_count_file)
662 reflow_count_file.close()