/third_party/mesa3d/src/freedreno/fdl/ |
D | fd6_format_table.c | 45 #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/ |
D | fd3_format.c | 43 #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/ |
D | fd5_format.c | 45 #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/ |
D | fd4_format.c | 45 #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}
|