/aosp_15_r20/external/mesa3d/src/freedreno/fdl/ |
H A D | fd6_format_table.c | 26 #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 D | fd3_format.c | 25 #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 D | fd4_format.c | 27 #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 D | fd5_format.c | 27 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument 35 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument 43 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
|