Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
H A Dgen_disasm.py115 # Helpers for decoding follow. pretty_mods applies dot syntax
117 def pretty_mods(opts, default): function
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))
308 body += lut_template.render(field = mod, table = pretty_mods(opts, default), pos = pos, width = width) + "\n"

Completed in 2 milliseconds