Home
last modified time | relevance | path

Searched defs:gfx10_formats (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dgfx10_format_table.py153 def __init__(self, pipe_formats, gfx10_formats): argument
283 gfx10_formats = [Gfx10Format(entry) for entry in db.enum('GFX10_FORMAT').entries] variable