Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dxml_consistency.py533 def check_suffixes(self, name, info, supported, name_exceptions): argument
554 def check_names(elems, author, alt_authors, name_exceptions): argument
568 apiname not in name_exceptions):
608 check_names(req_elem.findall('./command'), author, alt_authors, name_exceptions)
609 check_names(req_elem.findall('./type'), author, alt_authors, name_exceptions)
610 check_names(req_elem.findall('./enum'), author, alt_authors, name_exceptions)