Searched refs:otwrite (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/scripts/ |
D | object_tracker_generator.py | 334 def otwrite(self, dest, formatstring): member in ObjectTrackerOutputGenerator 369 self.otwrite('both', file_comment) 396 self.otwrite('both', copyright) 398 self.otwrite('cpp', '#include "chassis.h"') 399 self.otwrite('cpp', '#include "object_lifetime_validation.h"') 413 self.otwrite('cpp', '\n') 414 self.otwrite('cpp', '// ObjectTracker undestroyed objects validation function') 415 self.otwrite('cpp', '%s' % report_func) 416 self.otwrite('cpp', '%s' % destroy_func) 422 self.otwrite('both', '%s' % prot) [all …]
|