Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_format.c47 #define FMT(pipe, vtxfmt, texfmt, rbfmt, swapfmt) \ argument
53 .swap = swapfmt \
57 #define VTC(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, fmt, swapfmt) argument
59 #define _TC(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, fmt, swapfmt) argument
60 #define _T_(pipe, fmt, swapfmt) FMT(pipe, NONE, fmt, NONE, swapfmt) argument
61 #define VT_(pipe, fmt, swapfmt) FMT(pipe, fmt, fmt, NONE, swapfmt) argument
62 #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
49 .swap = swapfmt \
53 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
59 .swap = swapfmt \
63 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
69 .swap = swapfmt \
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c46 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
52 .swap = swapfmt \
56 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
62 .swap = swapfmt \
66 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
72 .swap = swapfmt \
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c46 #define VT(pipe, fmt, rbfmt, swapfmt) \ argument
52 .swap = swapfmt \
56 #define _T(pipe, fmt, rbfmt, swapfmt) \ argument
62 .swap = swapfmt \
66 #define V_(pipe, fmt, rbfmt, swapfmt) \ argument
72 .swap = swapfmt \
/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c35 #define TU6_FMT(vkfmt, hwfmt, swapfmt, valid) \ argument
38 .swap = swapfmt, \
289 #define TU6_FMT(vkfmt, hwfmt, swapfmt, valid) \ argument
293 .swap = swapfmt, \