Home
last modified time | relevance | path

Searched refs:TYPE_SECTIONS (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djson_h_generator.py71 TYPE_SECTIONS = ['basetype', 'handle', 'enum', variable in JSONHeaderOutputGenerator
73 ALL_SECTIONS = TYPE_SECTIONS
180 for section in self.TYPE_SECTIONS:
H A Dschema_generator.py119 TYPE_SECTIONS = ['basetype', 'handle', 'enum', 'group', 'bitmask', 'struct'] variable in SchemaOutputGenerator
120 ALL_SECTIONS = TYPE_SECTIONS
155 for section in self.TYPE_SECTIONS:
H A Dcgenerator.py162 TYPE_SECTIONS = ['include', 'define', 'basetype', 'handle', 'enum', variable in COutputGenerator
164 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command']
261 for section in self.TYPE_SECTIONS:
H A Djson_c_generator.py120 TYPE_SECTIONS = ['basetype', 'handle', 'enum', variable in JSONCOutputGenerator
122 ALL_SECTIONS = TYPE_SECTIONS
247 for section in self.TYPE_SECTIONS:
H A Djson_generator.py289 TYPE_SECTIONS = ['basetype', 'handle', 'enum', variable in JSONOutputGenerator
291 ALL_SECTIONS = TYPE_SECTIONS
559 for section in self.TYPE_SECTIONS:
H A Djson_parser.py338 TYPE_SECTIONS = ['basetype', 'handle', 'enum', variable in JSONParserGenerator
340 ALL_SECTIONS = TYPE_SECTIONS
579 for section in self.TYPE_SECTIONS:
/third_party/vulkan-headers/registry/
H A Dcgenerator.py162 TYPE_SECTIONS = ['include', 'define', 'basetype', 'handle', 'enum', variable in COutputGenerator
164 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command']
261 for section in self.TYPE_SECTIONS:
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DextensionStubSource.py92 TYPE_SECTIONS = ['include', 'define', 'basetype', 'handle', 'enum', variable in ExtensionStubSourceOutputGenerator
94 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command']

Completed in 7 milliseconds