Lines Matching refs:header_txt
724 header_txt = []
725 header_txt.append('%s' % self.lineinfo.get())
726 header_txt.append('#include <stdio.h>')
727 header_txt.append('#include <stdlib.h>')
728 header_txt.append('#include <string.h>')
729 header_txt.append('#include <inttypes.h>')
730 header_txt.append('')
731 header_txt.append('#include "vulkan/vulkan.h"')
732 header_txt.append('#include "vk_loader_platform.h"')
733 header_txt.append('')
734 header_txt.append('#include <unordered_map>')
735 header_txt.append('using namespace std;')
736 header_txt.append('#include "vulkan/vk_layer.h"')
737 header_txt.append('#include "vk_layer_config.h"')
738 header_txt.append('#include "vk_layer_table.h"')
739 header_txt.append('#include "vk_layer_data.h"')
740 header_txt.append('#include "vk_layer_logging.h"')
741 header_txt.append('')
743 header_txt.append('#include "object_tracker.h"')
744 header_txt.append('')
745 return "\n".join(header_txt)
1416 header_txt = []
1417 header_txt.append('%s' % self.lineinfo.get())
1418 header_txt.append('#include "unique_objects.h"')
1419 return "\n".join(header_txt)