Home
last modified time | relevance | path

Searched refs:appendSection (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcgenerator.py303 def appendSection(self, section, text): member in COutputGenerator
307 self.logMsg('error', 'Missing section in appendSection (probably a <type> element missing its \'category\' attribute. Text:', text)
357 self.appendSection(section, body)
451 self.appendSection('struct', body)
474 self.appendSection(section, body)
479 self.appendSection(section, '\n' + body)
490 self.appendSection('enum', body)
505 self.appendSection('command', prefix + decls[0] + '\n')
507 self.appendSection('commandPointer', decls[1])
H A Dschema_generator.py163 def appendSection(self, section, text): member in SchemaOutputGenerator
203 self.appendSection(section, body)
283 self.appendSection('struct', body)
293 self.appendSection(section, body)
H A Djson_c_generator.py255 def appendSection(self, section, text, extension): member in JSONCOutputGenerator
373 self.appendSection(section, body, extension)
615 self.appendSection('struct', body, extension)
659 self.appendSection(section, body, extension)
H A Djson_generator.py567 def appendSection(self, section, text): member in JSONOutputGenerator
688 self.appendSection(section, body)
954 self.appendSection('struct', body)
982 self.appendSection(section, body)
H A Djson_parser.py587 def appendSection(self, section, text): member in JSONParserGenerator
713 self.appendSection(section, body)
981 self.appendSection('struct', body)
1020 self.appendSection(section, body)
/third_party/vulkan-headers/registry/
H A Dcgenerator.py303 def appendSection(self, section, text): member in COutputGenerator
307 self.logMsg('error', 'Missing section in appendSection (probably a <type> element missing its \'category\' attribute. Text:', text)
357 self.appendSection(section, body)
451 self.appendSection('struct', body)
474 self.appendSection(section, body)
479 self.appendSection(section, '\n' + body)
490 self.appendSection('enum', body)
505 self.appendSection('command', prefix + decls[0] + '\n')
507 self.appendSection('commandPointer', decls[1])

Completed in 6 milliseconds