Searched refs:apimap (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | scriptgenerator.py | 47 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 D | jsgenerator.py | 93 for api in sorted(self.apimap): 95 deps = sorted(self.apimap[api], key = lambda dep: dep[0])
|
H A D | pygenerator.py | 87 for api in sorted(self.apimap): 89 deps = sorted(self.apimap[api], key = lambda dep: dep[0])
|
H A D | rubygenerator.py | 101 for api in sorted(self.apimap): 103 deps = sorted(self.apimap[api], key = lambda dep: dep[0])
|
H A D | makemanaliases.py | 18 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 D | generator.py | 178 - 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 D | genRef.py | 972 # Load the generated apimap module 974 import apimap as api
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | Makefile | 118 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 D | Makefile | 10 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 D | generator.py | 178 - 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