Searched refs:pipe_formats (Results 1 – 2 of 2) sorted by relevance
151 def __init__(self, pipe_formats, gfx10_formats): argument152 self.pipe_formats = pipe_formats256 pipe_formats = parse(sys.argv[1]) variable263 mapping = Gfx10FormatMapping(pipe_formats, gfx10_formats)266 for fmt in pipe_formats:
165 static const enum pipe_format pipe_formats[] = { in dri_fill_in_modes() enum258 assert(ARRAY_SIZE(mesa_formats) == ARRAY_SIZE(pipe_formats)); in dri_fill_in_modes()284 if (!p_screen->is_format_supported(p_screen, pipe_formats[format], in dri_fill_in_modes()293 if (p_screen->is_format_supported(p_screen, pipe_formats[format], in dri_fill_in_modes()