Searched refs:REMAP_ARGB (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c1067 #define REMAP_ARGB(rs, gs, bs, as, type) REMAP_AX_RGB(A, rs, gs, bs, as, type) macro
1073 REMAP_ARGB(rs, gs, bs, as, type) \
1100 REMAP_ARGB(4, 4, 4, 4, UNORM);
1104 REMAP_ARGB(8, 8, 8, 8, UINT);
1108 REMAP_ARGB(10, 10, 10, 2, UNORM);
1112 REMAP_ARGB(4, 4, 4, 4, UINT);
1115 REMAP_ARGB(5, 5, 5, 1, UINT);
1121 REMAP_ARGB(10, 10, 10, 2, UINT);

Completed in 3 milliseconds