Searched refs:PACK_COLOR_2101010_US (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | colormac.h | 91 #define PACK_COLOR_2101010_US( A, B, G, R ) \ macro
|
D | format_pack.c | 992 *d = PACK_COLOR_2101010_US(a, r, g, b); in pack_ubyte_ARGB2101010() 1004 *d = PACK_COLOR_2101010_US(a, r, g, b); in pack_float_ARGB2101010() 1018 *d = PACK_COLOR_2101010_US(a, b, g, r); in pack_ubyte_ABGR2101010_UINT() 1030 *d = PACK_COLOR_2101010_US(a, b, g, r); in pack_float_ABGR2101010_UINT()
|
D | texstore.c | 1732 dstUI[col] = PACK_COLOR_2101010_US(a, r, g, b); in _mesa_texstore_argb2101010() 1746 dstUI[col] = PACK_COLOR_2101010_US(0xffff, r, g, b); in _mesa_texstore_argb2101010()
|