Home | History | Annotate | Download | only in main

Lines Matching refs:GCOMP

101    *d = PACK_COLOR_8888(src[RCOMP], src[GCOMP], src[BCOMP], src[ACOMP]);
118 d[i] = PACK_COLOR_8888(src[i][RCOMP], src[i][GCOMP],
145 *d = PACK_COLOR_8888(src[ACOMP], src[BCOMP], src[GCOMP], src[RCOMP]);
163 src[i][GCOMP], src[i][RCOMP]);
188 *d = PACK_COLOR_8888(src[ACOMP], src[RCOMP], src[GCOMP], src[BCOMP]);
206 src[i][GCOMP], src[i][BCOMP]);
231 *d = PACK_COLOR_8888(src[BCOMP], src[GCOMP], src[RCOMP], src[ACOMP]);
248 d[i] = PACK_COLOR_8888(src[i][BCOMP], src[i][GCOMP],
274 *d = PACK_COLOR_8888(0x0, src[RCOMP], src[GCOMP], src[BCOMP]);
291 d[i] = PACK_COLOR_8888(0, src[i][RCOMP], src[i][GCOMP], src[i][BCOMP]);
316 *d = PACK_COLOR_8888(src[BCOMP], src[GCOMP], src[RCOMP], 0);
333 d[i] = PACK_COLOR_8888(src[i][BCOMP], src[i][GCOMP], src[i][RCOMP], 0);
359 d[1] = src[GCOMP];
368 UNCLAMPED_FLOAT_TO_UBYTE(d[1], src[GCOMP]);
379 d[i*3+1] = src[i][GCOMP];
393 d[i*3+1] = v[GCOMP];
408 d[1] = src[GCOMP];
417 UNCLAMPED_FLOAT_TO_UBYTE(d[1], src[GCOMP]);
428 d[i*3+1] = src[i][GCOMP];
442 d[i*3+1] = v[GCOMP];
456 *d = PACK_COLOR_565(src[RCOMP], src[GCOMP], src[BCOMP]);
464 UNCLAMPED_FLOAT_TO_UBYTE(v[1], src[GCOMP]);
500 *d = PACK_COLOR_565_REV(src[RCOMP], src[GCOMP], src[BCOMP]);
509 UNCLAMPED_FLOAT_TO_UBYTE(g, src[GCOMP]);
545 *d = PACK_COLOR_4444(src[ACOMP], src[RCOMP], src[GCOMP], src[BCOMP]);
567 *d = PACK_COLOR_4444(src[GCOMP], src[BCOMP], src[ACOMP], src[RCOMP]);
589 *d = PACK_COLOR_5551(src[RCOMP], src[GCOMP], src[BCOMP], src[ACOMP]);
611 *d = PACK_COLOR_1555(src[ACOMP], src[RCOMP], src[GCOMP], src[BCOMP]);
629 tmp = PACK_COLOR_1555(src[ACOMP], src[RCOMP], src[GCOMP], src[BCOMP]);
749 *d = PACK_COLOR_332(src[RCOMP], src[GCOMP], src[BCOMP]);
757 UNCLAMPED_FLOAT_TO_UBYTE(v[1], src[GCOMP]);
886 *d = PACK_COLOR_88(src[GCOMP], src[RCOMP]);
895 UNCLAMPED_FLOAT_TO_UBYTE(g, src[GCOMP]);
906 *d = PACK_COLOR_88(src[RCOMP], src[GCOMP]);
915 UNCLAMPED_FLOAT_TO_UBYTE(g, src[GCOMP]);
944 GLushort g = UBYTE_TO_USHORT(src[GCOMP]);
954 UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]);
966 GLushort g = UBYTE_TO_USHORT(src[GCOMP]);
977 UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]);
989 GLushort g = UBYTE_TO_USHORT(src[GCOMP]);
1001 UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]);
1015 GLushort g = UBYTE_TO_USHORT(src[GCOMP]);
1027 UNCLAMPED_FLOAT_TO_USHORT(g, src[GCOMP]);
1050 d[1] = linear_float_to_srgb_ubyte(src[GCOMP]);
1062 GLubyte g = linear_ubyte_to_srgb_ubyte(src[GCOMP]);
1073 g = linear_float_to_srgb_ubyte(src[GCOMP]);
1098 g = linear_float_to_srgb_ubyte(src[GCOMP]);
1344 d[1] = UBYTE_TO_FLOAT(src[GCOMP]);
1352 d[1] = src[GCOMP];
1363 d[1] = _mesa_float_to_half(UBYTE_TO_FLOAT(src[GCOMP]));
1371 d[1] = _mesa_float_to_half(src[GCOMP]);
1403 d[1] = UBYTE_TO_USHORT(src[GCOMP]);
1413 UNCLAMPED_FLOAT_TO_USHORT(d[1], src[GCOMP]);
1441 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f));
1455 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f));
1471 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f));
1487 GLbyte g = FLOAT_TO_BYTE(CLAMP(src[GCOMP], -1.0f, 1.0f));
1515 GLshort g = FLOAT_TO_SHORT(CLAMP(src[GCOMP], -1.0f, 1.0f));
1529 d[1] = FLOAT_TO_SHORT(CLAMP(src[GCOMP], -1.0f, 1.0f));
1543 d[1] = FLOAT_TO_SHORT(CLAMP(src[GCOMP], -1.0f, 1.0f));
1642 rgb[1] = UBYTE_TO_FLOAT(src[GCOMP]);
1659 rgb[1] = UBYTE_TO_FLOAT(src[GCOMP]);