Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dscriptgenerator.py47 self.apimap = {}
80 """Add a reverse mapping in self.apimap from an API to a feature
90 # Each entry in self.apimap contains one or more
94 if api in self.apimap:
95 self.apimap[api].append(deps)
97 self.apimap[api] = [ deps ]
101 self.apimap.
123 self.apimap.
H A Djsgenerator.py93 for api in sorted(self.apimap):
95 deps = sorted(self.apimap[api], key = lambda dep: dep[0])
H A Dpygenerator.py87 for api in sorted(self.apimap):
89 deps = sorted(self.apimap[api], key = lambda dep: dep[0])
H A Drubygenerator.py101 for api in sorted(self.apimap):
103 deps = sorted(self.apimap[api], key = lambda dep: dep[0])
H A Dmakemanaliases.py18 help='Path to directory containing generated apimap.py module')
25 # Look for apimap.py in the specified directory
28 import apimap as api
H A Dgenerator.py178 - genpath - path to previously generated files, such as apimap.py
232 """path to previously generated files, such as apimap.py"""
885 # Try to import the API dictionary, apimap.py, if it exists. Nothing
886 # in apimap.py cannot be extracted directly from the XML, and in the
891 import apimap namespace
892 self.apidict = apimap
H A DgenRef.py972 # Load the generated apimap module
974 import apimap as api
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile118 JSAPIMAP = $(GENERATED)/apimap.cjs
119 PYAPIMAP = $(GENERATED)/apimap.py
120 RBAPIMAP = $(GENERATED)/apimap.rb
205 # as apimap.rb
647 # $(PYAPIMAP) (apimap.py) - Python encoding of the registry
675 $(QUIET)$(PYTHON) $(GENVK) $(GENVKOPTS) -o $(GENERATED) apimap.cjs
679 $(QUIET)$(PYTHON) $(GENVK) $(GENVKOPTS) -o $(GENERATED) apimap.py
683 $(QUIET)$(PYTHON) $(GENVK) $(GENVKOPTS) -o $(GENERATED) apimap.rb
/third_party/vk-gl-cts/external/vulkan-docs/src/antora/
H A DMakefile10 JSAPIMAP = ./gen/apimap.cjs
21 # Also creates apimap.cjs, pageMap.cjs, and xrefMap.cjs for use by the
28 # apimap.cjs) from spec HTML
/third_party/vulkan-headers/registry/
H A Dgenerator.py178 - genpath - path to previously generated files, such as apimap.py
232 """path to previously generated files, such as apimap.py"""
885 # Try to import the API dictionary, apimap.py, if it exists. Nothing
886 # in apimap.py cannot be extracted directly from the XML, and in the
891 import apimap namespace
892 self.apidict = apimap

Completed in 8 milliseconds