Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py153 def __init__(self, pipe_formats, gfx10_formats):
155 self.gfx10_formats = gfx10_formats
159 for fmt in gfx10_formats if fmt.plain_chan_sizes
283 gfx10_formats = [Gfx10Format(entry) for entry in db.enum('GFX10_FORMAT').entries] variable
284 mapping = Gfx10FormatMapping(pipe_formats, gfx10_formats)

Completed in 2 milliseconds