Home
last modified time | relevance | path

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

/external/vulkan-headers/registry/
Dcgenerator.py118 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command'] variable in COutputGenerator
125 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
181 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
/external/vulkan-validation-layers/scripts/
Dlayer_chassis_generator.py124 ALL_SECTIONS = TYPE_SECTIONS + ['command'] variable in LayerChassisOutputGenerator
1300 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
1380 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
Dthread_safety_generator.py615 ALL_SECTIONS = ['command'] variable in ThreadOutputGenerator
622 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
Dobject_tracker_generator.py123 ALL_SECTIONS = ['command'] variable in ObjectTrackerOutputGenerator
211 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
Dlayer_chassis_dispatch_generator.py980 ALL_SECTIONS = ['source_file', 'header_file'] variable in LayerChassisDispatchOutputGenerator
1035 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
Dparameter_validation_generator.py119 ALL_SECTIONS = ['command'] variable in ParameterValidationOutputGenerator