Home
last modified time | relevance | path

Searched refs:EntityData (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dbase_printer.py14 from .shared import EntityData, Message, MessageContext, MessageType namespace
190 if isinstance(obj, EntityData):
H A Dentity_db.py12 NON_EXISTENT_MACROS, EntityData)
232 """Look up EntityData by macro and entity pair.
238 """Look up EntityData by entity name (case-sensitive).
257 """Look up EntityData by entity name (case-insensitive).
523 data = EntityData(
H A Dshared.py89 EntityData = namedtuple( variable
90 'EntityData', ['entity', 'macro', 'elem', 'filename', 'category', 'directory'])
H A Dmacro_checker_file.py16 EXTENSION_CATEGORY, NON_EXISTENT_MACROS, EntityData,
972 if not isinstance(self.current_ref_page, EntityData):
1639 data -- An EntityData value corresponding to this entity. If not provided, will be looked up by newEntity.

Completed in 4 milliseconds