Home
last modified time | relevance | path

Searched refs:ALL_SECTIONS (Results 1 – 7 of 7) sorted by relevance

/external/angle/third_party/vulkan-headers/src/registry/
Dcgenerator.py136 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command'] variable in COutputGenerator
141 self.sections = {section: [] for section in self.ALL_SECTIONS}
189 self.sections = {section: [] for section in self.ALL_SECTIONS}
/external/vulkan-validation-layers/scripts/
Dlayer_chassis_generator.py125 ALL_SECTIONS = TYPE_SECTIONS + ['command'] variable in LayerChassisOutputGenerator
1556 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
1621 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
Dthread_safety_generator.py664 ALL_SECTIONS = ['command'] variable in ThreadOutputGenerator
671 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
Dobject_tracker_generator.py124 ALL_SECTIONS = ['command'] variable in ObjectTrackerOutputGenerator
216 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
Dlayer_chassis_dispatch_generator.py990 ALL_SECTIONS = ['source_file', 'header_file'] variable in LayerChassisDispatchOutputGenerator
1045 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
Dparameter_validation_generator.py120 ALL_SECTIONS = ['command'] variable in ParameterValidationOutputGenerator
/external/vulkan-headers/registry/
Dcgenerator.py135 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command'] variable in COutputGenerator
140 self.sections = {section: [] for section in self.ALL_SECTIONS}
188 self.sections = {section: [] for section in self.ALL_SECTIONS}