Searched refs:Template (Results 1 - 25 of 172) sorted by relevance

1234567

/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_builder.h.py177 from mako.template import Template
180 print(Template(template).render(opcodes=opcodes))
H A Dagx_opcodes.c.py53 from mako.template import Template
56 print(Template(template).render(opcodes=opcodes))
H A Dagx_opcodes.h.py79 from mako.template import Template
82 print(Template(template).render(opcodes=opcodes, immediates=immediates,
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opcodes_c.py27 from mako.template import Template
29 template = Template("""
H A Dnir_opcodes_h.py43 from mako.template import Template
45 print(Template(template).render(opcodes=opcodes))
H A Dnir_builder_opcodes_h.py156 from mako.template import Template
158 print(Template(template).render(opcodes=opcodes, INTR_OPCODES=INTR_OPCODES))
H A Dnir_intrinsics_h.py51 from mako.template import Template
65 f.write(Template(template).render(INTR_OPCODES=INTR_OPCODES, INTR_INDICES=INTR_INDICES))
H A Dnir_intrinsics_indices_h.py76 from mako.template import Template
90 f.write(Template(template).render(INTR_INDICES=INTR_INDICES))
H A Dnir_intrinsics_c.py69 from mako.template import Template
82 f.write(Template(template).render(
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opcodes_h.py45 from mako.template import Template
47 print(Template(template).render(opcodes=opcodes))
H A Dnir_builder_opcodes_h.py98 from mako.template import Template
100 print(Template(template).render(opcodes=opcodes, INTR_OPCODES=INTR_OPCODES))
H A Dnir_opcodes_c.py29 from mako.template import Template
31 template = Template("""
H A Dnir_intrinsics_h.py42 from mako.template import Template
56 f.write(Template(template, output_encoding='utf-8').render(INTR_OPCODES=INTR_OPCODES))
H A Dnir_intrinsics_c.py57 from mako.template import Template
70 f.write(Template(template, output_encoding='utf-8').render(INTR_OPCODES=INTR_OPCODES, reduce=reduce, operator=operator))
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_builder_h.py607 from mako.template import Template
609 print(Template(template).render(opcodes=opcodes, Format=Format))
H A Daco_opcodes_cpp.py84 from mako.template import Template
86 print(Template(template).render(opcodes=opcodes))
H A Daco_opcodes_h.py46 from mako.template import Template
48 print(Template(template).render(opcodes=opcodes))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_pack.py3 from mako.template import Template
1000 template = Template(string, future_imports=['division']);
H A Dformat_unpack.py3 from mako.template import Template
893 template = Template(string, future_imports=['division']);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opcodes.h.py109 from mako.template import Template
118 print(Template(COPYRIGHT + TEMPLATE).render(mnemonics = mnemonics, modifiers = modifier_lists))
H A Dbi_printer.c.py208 from mako.template import Template
214 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, src_count = src_count))
H A Dbi_opcodes.c.py60 from mako.template import Template
66 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, mnemonics = mnemonics, instructions = instructions, typesize = typesize))
/xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
H A Ddecode.py24 from mako.template import Template
303 f.write(Template(glue).render(guard=guard, isa=os.path.basename(dst_h)))
306 f.write(Template(template).render(isa=isa))
310 f.write(Template(header).render(isa=isa, guard=guard))
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_generator_ids_h.py29 from mako.template import Template
31 TEMPLATE = Template("""\
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Ddisasm.py2 from mako.template import Template
242 print(Template(template).render(OPCODES = OPCODE_BUCKETS, IMMEDIATES = immediates, ENUMS = enums, typesize = typesize, safe_name = safe_name))

Completed in 28 milliseconds

1234567