Home
last modified time | relevance | path

Searched refs:header_txt (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/
Dvk-layer-generate.py724 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('')
[all …]
Dvk_helper.py413 def __init__(self, filename=None, copyright_txt="", header_txt="", body_txt="", footer_txt=""): argument
415 …self.contents = {'copyright': copyright_txt, 'header': header_txt, 'body': body_txt, 'footer': foo…
477 self.header_txt = ""