Home
last modified time | relevance | path

Searched defs:swapfmt (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/fdl/
Dfd6_format_table.c44 #define FMT(pipe, vtxfmt, texfmt, rbfmt, swapfmt) \ argument
52 #define VTC(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, fmt, swapfmt) argument
54 #define _TC(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, fmt, swapfmt) argument
55 #define _T_(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, NONE, swapfmt) argument
56 #define VT_(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, NONE, swapfmt) argument
57 #define V__(pipe, fmt, swapfmt) FMT(pipe, fmt, NONE, NONE, swapfmt) argument
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c43 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
51 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
59 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c45 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
53 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
61 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c45 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
53 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
61 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument