Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dcolormac.h110 #define PACK_COLOR_1616( L, A ) \ macro
Dformat_pack.c707 *d = PACK_COLOR_1616(a, l); in pack_ubyte_AL1616()
717 *d = PACK_COLOR_1616(a, l); in pack_float_AL1616()
729 *d = PACK_COLOR_1616(l, a); in pack_ubyte_AL1616_REV()
739 *d = PACK_COLOR_1616(l, a); in pack_float_AL1616_REV()
945 *d = PACK_COLOR_1616(g, r); in pack_ubyte_RG1616()
955 *d = PACK_COLOR_1616(g, r); in pack_float_RG1616()
967 *d = PACK_COLOR_1616(r, g); in pack_ubyte_RG1616_REV()
978 *d = PACK_COLOR_1616(r, g); in pack_float_RG1616_REV()
1621 *d = PACK_COLOR_1616(a, l); in pack_float_SIGNED_AL1616()
Dtexstore.c1974 dstUI[col] = PACK_COLOR_1616(a, l); in _mesa_texstore_unorm1616()