Searched refs:lut_template_only (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dgen_disasm.py102 lut_template_only = Template(""" static const char *${field}[] = { variable
278 output += lut_template_only.render(field = key + "_" + str(i), table = pretty_mods(options, default))
283 output += lut_template_only.render(field = key + "_table", table = pretty_mods(options, default))

Completed in 5 milliseconds