Lines Matching refs:py
14 * `genvk.py` - Python script to generate Vulkan headers and some other
16 * `reg.py` - Python tools to read a registry XML file and call into
18 * `conventions.py`, `vkconventions.py` - API-specific parameters and
20 * `generator.py` - output generator base class.
21 ** `cgenerator.py` - C header output generator.
22 ** `docgenerator.py` - Asciidoc interface language include generator.
23 ** `extensionmetadocgenerator.py` - Generator for Asciidoc extension
25 ** `hostsyncgenerator.py` - Asciidoc host sync table generator.
26 ** `pygenerator.py` - Generates python encoding of the API description.
27 ** `validitygenerator.py` - Asciidoc validity language generator.
29 * `check_spec_links.py` - validates a variety of markup and content in the
31 * `make_ext_dependency.py` - generate extension dependencies in Bash and
33 * `genRelease`, `genspec.py` - build HTML and PDF Specifications with a
36 * `genRef.py`, `reflib.py` - extract API reference pages from specification
38 * `indexExt.py` - generate HTML index of all extensions for inclusion into
40 * `reflow.py`, `reflow_count.py` - reflow specification source text to follow
43 * `test_check_spec_links.py`, `test_check_spec_links_api_specific.py`,
44 `test_entity_db.py` - these are from another Khronos WG repository and