Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dgfx10_format_table.py151 def __init__(self, pipe_formats, gfx10_formats): argument
153 self.gfx10_formats = gfx10_formats
157 for fmt in gfx10_formats if fmt.plain_chan_sizes
261 gfx10_formats = [Gfx10Format(entry) for entry in db.enum('IMG_FORMAT').entries] variable
263 mapping = Gfx10FormatMapping(pipe_formats, gfx10_formats)