Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/fdl/
H A Dfd6_format_table.c26 #define FMT(pipe, vtxfmt, texfmt, rbfmt, swapfmt) \ argument
34 #define VTC(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, fmt, swapfmt) argument
36 #define _TC(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, fmt, swapfmt) argument
37 #define _T_(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, NONE, swapfmt) argument
38 #define VT_(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, NONE, swapfmt) argument
39 #define V__(pipe, fmt, swapfmt) FMT(pipe, fmt, NONE, NONE, swapfmt) argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.c25 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
33 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
41 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_format.c27 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
35 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
43 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_format.c27 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
35 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
43 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument