Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_common.py167 def to_string(template_filename, **kwargs): argument
175 template = Template(filename=template_filename)
187 def to_file(template_filename, output_filename, **kwargs): argument
194 print(MakoTemplateWriter.to_string(template_filename, **kwargs), file=outfile)
/third_party/gn/build/
Dgen.py271 template_filename = os.path.join(SCRIPT_DIR, {
286 with open(template_filename) as f:
356 os.path.relpath(template_filename, os.path.dirname(path)) + '\n')