Searched refs:gfx10_formats (Results 1 – 1 of 1) sorted by relevance
151 def __init__(self, pipe_formats, gfx10_formats): argument153 self.gfx10_formats = gfx10_formats157 for fmt in gfx10_formats if fmt.plain_chan_sizes261 gfx10_formats = [Gfx10Format(entry) for entry in db.enum('IMG_FORMAT').entries] variable263 mapping = Gfx10FormatMapping(pipe_formats, gfx10_formats)