Searched defs:macro (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | entity_db.py | 231 def findMacroAndEntity(self, macro, entity): argument 371 def shouldBeRecognized(self, macro, entity_name): argument 381 def isLinkedMacro(self, macro): argument 385 def isValidMacro(self, macro): argument 392 def getCategoriesForMacro(self, macro): argument 424 def addMacro(self, macro, categories, link=False): argument 474 def addEntity(self, entityName, macro, category=None, elem=None, argument
|
D | macro_checker.py | 97 def findMacroAndEntity(self, macro, entity): argument 134 def isLinkedMacro(self, macro): argument
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | check_spec_links.py | 101 def shouldBeRecognized(self, macro, entity_name): argument
|