Home
last modified time | relevance | path

Searched refs:PACK_COLOR_2101010_US (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcolormac.h91 #define PACK_COLOR_2101010_US( A, B, G, R ) \ macro
Dformat_pack.c992 *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()
Dtexstore.c1732 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()