Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
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, defaul…
283 … output += lut_template_only.render(field = key + "_table", table = pretty_mods(options, default))