HomeSort by: relevance | last modified time | path
    Searched refs:TEMPLATE (Results 1 - 25 of 46) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_opcodes.h.py 22 TEMPLATE = """
109 from mako.template import Template
118 print(Template(COPYRIGHT + TEMPLATE).render(mnemonics = mnemonics, modifiers = modifier_lists))
bi_opcodes.c.py 23 TEMPLATE = """#include "bi_opcodes.h"
60 from mako.template import Template
66 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, mnemonics = mnemonics, instructions = instructions, typesize = typesize))
bi_builder.h.py 24 TEMPLATE = """
165 from mako.template import Template
201 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, signature = signature, arguments = arguments, src_count = src_count, typesize = typesize, SKIP = SKIP))
bi_printer.c.py 23 TEMPLATE = """#include <stdio.h>
208 from mako.template import Template
214 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, src_count = src_count))
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_generator_ids_h.py 29 from mako.template import Template
31 TEMPLATE = Template("""\
63 f.write(TEMPLATE.render(root=root))
vtn_gather_types_c.py 29 from mako.template import Template
66 TEMPLATE = Template(COPYRIGHT + """\
119 f.write(TEMPLATE.render(opcodes=opcodes))
spirv_info_c.py 29 from mako.template import Template
70 TEMPLATE = Template("""\
132 f.write(TEMPLATE.render(info=info))
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_info_c.py 29 from mako.template import Template
63 TEMPLATE = Template("""\
104 f.write(TEMPLATE.render(info=info))
vtn_gather_types_c.py 29 from mako.template import Template
60 TEMPLATE = Template(COPYRIGHT + """\
113 f.write(TEMPLATE.render(opcodes=opcodes))
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
format_fallback.py 30 from mako.template import Template
88 TEMPLATE = Template(COPYRIGHT + """
170 f.write(TEMPLATE.render(**template_env))
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
format_fallback.py 30 from mako.template import Template
102 TEMPLATE = Template(COPYRIGHT + """
202 f.write(TEMPLATE.render(**template_env))
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
gen_format_layout.py 28 from mako import template
30 # Load the template and set the bytes encoding to be utf-8.
31 TEMPLATE = template.Template(text="""\
129 Converts the csv encoded data into the format that the template (and thus
154 # save on the regex cost and let the template skip on None.
168 """Class taht contains all values needed by the template."""
287 f.write(TEMPLATE.render(
  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
gen_format_layout.py 29 from mako import template
31 # Load the template, ensure that __future__.division is imported, and set the
34 TEMPLATE = template.Template(future_imports=['division'],
117 Converts the csv encoded data into the format that the template (and thus
142 # save on the regex cost and let the template skip on None.
156 """Class taht contains all values needed by the template."""
249 f.write(TEMPLATE.render(
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_parser.h 149 TEMPLATE = 356,
glsl_lexer.cpp 3063 KEYWORD(110, 100, 0, 0, TEMPLATE);
glsl_parser.cpp 290 TEMPLATE = 356,
767 "TEMPLATE", "THIS", "PACKED_TOK", "GOTO", "INLINE_TOK", "NOINLINE",
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_parser.h 156 TEMPLATE = 357, /* TEMPLATE */
glsl_lexer.cpp 3153 KEYWORD(110, 100, 0, 0, TEMPLATE);
  /xsrc/external/mit/MesaLib/dist/bin/
gen_release_notes.py 36 from mako.template import Template
45 TEMPLATE = Template(textwrap.dedent("""\
319 f.write(TEMPLATE.render(
  /xsrc/external/mit/MesaLib/dist/src/intel/genxml/
gen_bits_header.py 26 from mako.template import Template
29 TEMPLATE = Template("""\
328 f.write(TEMPLATE.render(containers=containers, guard=pargs.cpp_guard))
  /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
gen_bits_header.py 31 from mako.template import Template
33 TEMPLATE = Template("""\
345 f.write(TEMPLATE.render(containers=containers, guard=pargs.cpp_guard))
  /xsrc/external/mit/util-macros/dist/
configure 3107 --file=FILE[:TEMPLATE]
3583 # If the template does not know about datarootdir, expand it.
  /xsrc/external/mit/font-adobe-utopia-type1/dist/
configure 3900 --file=FILE[:TEMPLATE]
4374 # If the template does not know about datarootdir, expand it.
  /xsrc/external/mit/font-alias/dist/
configure 3669 --file=FILE[:TEMPLATE]
4147 # If the template does not know about datarootdir, expand it.
  /xsrc/external/mit/font-arabic-misc/dist/
configure 3990 --file=FILE[:TEMPLATE]
4464 # If the template does not know about datarootdir, expand it.

Completed in 27 milliseconds

1 2