Searched refs:PACK_COLOR_565_REV (Results 1 – 3 of 3) sorted by relevance
72 #define PACK_COLOR_565_REV( X, Y, Z ) \ macro
500 *d = PACK_COLOR_565_REV(src[RCOMP], src[GCOMP], src[BCOMP]); in pack_ubyte_RGB565_REV()511 *d = PACK_COLOR_565_REV(r, g, b); in pack_float_RGB565_REV()
1212 dstUS[col] = PACK_COLOR_565_REV( srcUB[0], srcUB[1], srcUB[2] ); in _mesa_texstore_rgb565()