Searched refs:TYPE_SECTIONS (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/ |
D | generator.py | 736 TYPE_SECTIONS = ['include', 'define', 'basetype', 'handle', 'enum', variable in COutputGenerator 738 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command'] 813 for section in self.TYPE_SECTIONS: 2352 TYPE_SECTIONS = ['include', 'define', 'basetype', 'handle', 'enum', variable in ThreadOutputGenerator 2354 ALL_SECTIONS = TYPE_SECTIONS + ['command'] 2558 for section in self.TYPE_SECTIONS:
|