Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/fdl/
Dfd6_format_table.c45 #define FMT(pipe, vtxfmt, texfmt, rbfmt, swapfmt) \ argument
50 .swap = swapfmt}
53 #define VTC(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, fmt, swapfmt) argument
55 #define _TC(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, fmt, swapfmt) argument
56 #define _T_(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, NONE, swapfmt) argument
57 #define VT_(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, NONE, swapfmt) argument
58 #define V__(pipe, fmt, swapfmt) FMT(pipe, fmt, NONE, NONE, swapfmt) argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c43 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
48 .swap = swapfmt}
51 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
56 .swap = swapfmt}
59 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
64 .swap = swapfmt}
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c45 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
50 .swap = swapfmt}
53 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
58 .swap = swapfmt}
61 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
66 .swap = swapfmt}
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c45 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
50 .swap = swapfmt}
53 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
58 .swap = swapfmt}
61 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
66 .swap = swapfmt}