Searched refs:pipe_formats (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | gfx10_format_table.py | 148 def __init__(self, pipe_formats, gfx10_formats): 149 self.pipe_formats = pipe_formats 253 pipe_formats = parse(sys.argv[1]) variable 260 mapping = Gfx10FormatMapping(pipe_formats, gfx10_formats) 263 for fmt in pipe_formats:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri_screen.c | 146 static const enum pipe_format pipe_formats[] = { enum in function:dri_fill_in_modes 232 assert(ARRAY_SIZE(mesa_formats) == ARRAY_SIZE(pipe_formats)); 254 if (!p_screen->is_format_supported(p_screen, pipe_formats[format], 263 if (p_screen->is_format_supported(p_screen, pipe_formats[format],
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri_screen.c | 131 static const enum pipe_format pipe_formats[] = { enum in function:dri_fill_in_modes 225 assert(ARRAY_SIZE(mesa_formats) == ARRAY_SIZE(pipe_formats)); 253 if (!p_screen->is_format_supported(p_screen, pipe_formats[format], 262 if (p_screen->is_format_supported(p_screen, pipe_formats[format],
|
Completed in 4 milliseconds