HomeSort by relevance Sort by last modified time
    Searched refs:ALL_SECTIONS (Results 1 - 9 of 9) sorted by null

  /external/vulkan-validation-layers/scripts/
cgenerator.py 115 ALL_SECTIONS = TYPE_SECTIONS + ['commandPointer', 'command']
122 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
177 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
mock_icd_generator.py 769 ALL_SECTIONS = TYPE_SECTIONS + ['command']
776 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
    [all...]
threading_generator.py 120 ALL_SECTIONS = TYPE_SECTIONS + ['command']
127 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
294 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
object_tracker_generator.py 120 ALL_SECTIONS = ['command']
221 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
    [all...]
unique_objects_generator.py 117 ALL_SECTIONS = ['command']
170 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
    [all...]
parameter_validation_generator.py 123 ALL_SECTIONS = ['command']
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
threading_generator.py 119 ALL_SECTIONS = TYPE_SECTIONS + ['command']
126 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
303 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
unique_objects_generator.py 117 ALL_SECTIONS = ['command']
156 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
214 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
    [all...]
parameter_validation_generator.py 120 ALL_SECTIONS = ['command']
142 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
223 self.sections = dict([(section, []) for section in self.ALL_SECTIONS])
    [all...]

Completed in 265 milliseconds