Home
last modified time | relevance | path

Searched defs:pipe_formats (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dgfx10_format_table.py153 def __init__(self, pipe_formats, gfx10_formats): argument
258 def pipe_formats_to_formats(pipe_formats, mapping): argument
277 pipe_formats = parse(sys.argv[1]) variable
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c420 static const enum pipe_format pipe_formats[] = { in dri_fill_in_modes() enum