Lines Matching refs:BCOMP
562 | (CLAMP(rgba[i][BCOMP], 0, 3) );
574 | (CLAMP(rgba[i][BCOMP], 0, 3) << 6);
586 | (CLAMP(rgba[i][BCOMP], 0, 31) );
598 | (CLAMP(rgba[i][BCOMP], 0, 31) << 11);
610 | (CLAMP(rgba[i][BCOMP], 0, 15) << 4)
617 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 15) << 12)
627 | (CLAMP(rgba[i][BCOMP], 0, 15) << 8)
641 | (CLAMP(rgba[i][BCOMP], 0, 15) << 8)
648 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 15) )
658 | (CLAMP(rgba[i][BCOMP], 0, 15) << 4)
672 | (CLAMP(rgba[i][BCOMP], 0, 31) << 1)
679 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 31) << 11)
689 | (CLAMP(rgba[i][BCOMP], 0, 31) << 6)
703 | (CLAMP(rgba[i][BCOMP], 0, 31) << 10)
710 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 31) )
720 | (CLAMP(rgba[i][BCOMP], 0, 31) << 5)
734 | (CLAMP(rgba[i][BCOMP], 0, 255) << 8)
741 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 255) << 24)
751 | (CLAMP(rgba[i][BCOMP], 0, 255) << 16)
765 | (CLAMP(rgba[i][BCOMP], 0, 255) << 16)
772 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 255) )
782 | (CLAMP(rgba[i][BCOMP], 0, 255) << 8)
796 | (CLAMP(rgba[i][BCOMP], 0, 1023) << 2)
803 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 1023) << 22)
813 | (CLAMP(rgba[i][BCOMP], 0, 1023) << 12)
827 | (CLAMP(rgba[i][BCOMP], 0, 1023) << 20)
834 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 1023) )
844 | (CLAMP(rgba[i][BCOMP], 0, 1023) << 10)
949 | (CLAMP(rgba[i][BCOMP], 0, 3) );
961 | (CLAMP(rgba[i][BCOMP], 0, 3) << 6);
973 | (CLAMP(rgba[i][BCOMP], 0, 31) );
985 | (CLAMP(rgba[i][BCOMP], 0, 31) << 11);
997 | (CLAMP(rgba[i][BCOMP], 0, 15) << 4)
1004 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 15) << 12)
1014 | (CLAMP(rgba[i][BCOMP], 0, 15) << 8)
1028 | (CLAMP(rgba[i][BCOMP], 0, 15) << 8)
1035 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 15) )
1045 | (CLAMP(rgba[i][BCOMP], 0, 15) << 4)
1059 | (CLAMP(rgba[i][BCOMP], 0, 31) << 1)
1066 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 31) << 11)
1076 | (CLAMP(rgba[i][BCOMP], 0, 31) << 6)
1090 | (CLAMP(rgba[i][BCOMP], 0, 31) << 10)
1097 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 31) )
1107 | (CLAMP(rgba[i][BCOMP], 0, 31) << 5)
1121 | (CLAMP(rgba[i][BCOMP], 0, 255) << 8)
1128 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 255) << 24)
1138 | (CLAMP(rgba[i][BCOMP], 0, 255) << 16)
1152 | (CLAMP(rgba[i][BCOMP], 0, 255) << 16)
1159 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 255) )
1169 | (CLAMP(rgba[i][BCOMP], 0, 255) << 8)
1183 | (CLAMP(rgba[i][BCOMP], 0, 1023) << 2)
1190 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 1023) << 22)
1200 | (CLAMP(rgba[i][BCOMP], 0, 1023) << 12)
1214 | (CLAMP(rgba[i][BCOMP], 0, 1023) << 20)
1221 dst[i] = (CLAMP(rgba[i][BCOMP], 0, 1023) )
1231 | (CLAMP(rgba[i][BCOMP], 0, 1023) << 10)
1305 rgba[i][BCOMP] = CLAMP(rgba[i][BCOMP], min, max);
1314 GLfloat sum = rgba[i][RCOMP] + rgba[i][GCOMP] + rgba[i][BCOMP];
1320 luminance[i] = rgba[i][RCOMP] + rgba[i][GCOMP] + rgba[i][BCOMP];
1343 dst[i] = FLOAT_TO_UBYTE(rgba[i][BCOMP]);
1369 dst[i*3+2] = FLOAT_TO_UBYTE(rgba[i][BCOMP]);
1376 dst[i*4+2] = FLOAT_TO_UBYTE(rgba[i][BCOMP]);
1382 dst[i*3+0] = FLOAT_TO_UBYTE(rgba[i][BCOMP]);
1389 dst[i*4+0] = FLOAT_TO_UBYTE(rgba[i][BCOMP]);
1398 dst[i*4+1] = FLOAT_TO_UBYTE(rgba[i][BCOMP]);
1415 dst[i] = (GLubyte) rgba[i][BCOMP];
1433 dst[i*3+2] = (GLubyte) rgba[i][BCOMP];
1440 dst[i*4+2] = (GLubyte) rgba[i][BCOMP];
1446 dst[i*3+0] = (GLubyte) rgba[i][BCOMP];
1453 dst[i*4+0] = (GLubyte) rgba[i][BCOMP];
1463 rgba[i][BCOMP]);
1471 rgba[i][BCOMP]);
1500 dst[i] = FLOAT_TO_BYTE(rgba[i][BCOMP]);
1526 dst[i*3+2] = FLOAT_TO_BYTE(rgba[i][BCOMP]);
1533 dst[i*4+2] = FLOAT_TO_BYTE(rgba[i][BCOMP]);
1539 dst[i*3+0] = FLOAT_TO_BYTE(rgba[i][BCOMP]);
1546 dst[i*4+0] = FLOAT_TO_BYTE(rgba[i][BCOMP]);
1555 dst[i*4+1] = FLOAT_TO_BYTE(rgba[i][BCOMP]);
1572 dst[i] = (GLbyte) rgba[i][BCOMP];
1590 dst[i*3+2] = (GLbyte) rgba[i][BCOMP];
1597 dst[i*4+2] = (GLbyte) rgba[i][BCOMP];
1603 dst[i*3+0] = (GLbyte) rgba[i][BCOMP];
1610 dst[i*4+0] = (GLbyte) rgba[i][BCOMP];
1620 rgba[i][BCOMP]);
1628 rgba[i][BCOMP]);
1657 CLAMPED_FLOAT_TO_USHORT(dst[i], rgba[i][BCOMP]);
1683 CLAMPED_FLOAT_TO_USHORT(dst[i*3+2], rgba[i][BCOMP]);
1690 CLAMPED_FLOAT_TO_USHORT(dst[i*4+2], rgba[i][BCOMP]);
1696 CLAMPED_FLOAT_TO_USHORT(dst[i*3+0], rgba[i][BCOMP]);
1703 CLAMPED_FLOAT_TO_USHORT(dst[i*4+0], rgba[i][BCOMP]);
1712 CLAMPED_FLOAT_TO_USHORT(dst[i*4+1], rgba[i][BCOMP]);
1729 dst[i] = (GLushort) rgba[i][BCOMP];
1747 dst[i*3+2] = (GLushort) rgba[i][BCOMP];
1754 dst[i*4+2] = (GLushort) rgba[i][BCOMP];
1760 dst[i*3+0] = (GLushort) rgba[i][BCOMP];
1767 dst[i*4+0] = (GLushort) rgba[i][BCOMP];
1777 rgba[i][BCOMP]);
1785 rgba[i][BCOMP]);
1814 dst[i] = FLOAT_TO_SHORT(rgba[i][BCOMP]);
1840 dst[i*3+2] = FLOAT_TO_SHORT(rgba[i][BCOMP]);
1847 dst[i*4+2] = FLOAT_TO_SHORT(rgba[i][BCOMP]);
1853 dst[i*3+0] = FLOAT_TO_SHORT(rgba[i][BCOMP]);
1860 dst[i*4+0] = FLOAT_TO_SHORT(rgba[i][BCOMP]);
1869 dst[i*4+1] = FLOAT_TO_SHORT(rgba[i][BCOMP]);
1886 dst[i] = (GLshort) rgba[i][BCOMP];
1904 dst[i*3+2] = (GLshort) rgba[i][BCOMP];
1911 dst[i*4+2] = (GLshort) rgba[i][BCOMP];
1917 dst[i*3+0] = (GLshort) rgba[i][BCOMP];
1924 dst[i*4+0] = (GLshort) rgba[i][BCOMP];
1934 rgba[i][BCOMP]);
1942 rgba[i][BCOMP]);
1971 dst[i] = FLOAT_TO_UINT(rgba[i][BCOMP]);
1997 dst[i*3+2] = FLOAT_TO_UINT(rgba[i][BCOMP]);
2004 dst[i*4+2] = FLOAT_TO_UINT(rgba[i][BCOMP]);
2010 dst[i*3+0] = FLOAT_TO_UINT(rgba[i][BCOMP]);
2017 dst[i*4+0] = FLOAT_TO_UINT(rgba[i][BCOMP]);
2026 dst[i*4+1] = FLOAT_TO_UINT(rgba[i][BCOMP]);
2043 dst[i] = (GLuint) rgba[i][BCOMP];
2061 dst[i*3+2] = (GLuint) rgba[i][BCOMP];
2068 dst[i*4+2] = (GLuint) rgba[i][BCOMP];
2074 dst[i*3+0] = (GLuint) rgba[i][BCOMP];
2081 dst[i*4+0] = (GLuint) rgba[i][BCOMP];
2091 rgba[i][BCOMP]);
2099 rgba[i][BCOMP]);
2128 dst[i] = FLOAT_TO_INT(rgba[i][BCOMP]);
2154 dst[i*3+2] = FLOAT_TO_INT(rgba[i][BCOMP]);
2161 dst[i*4+2] = FLOAT_TO_INT(rgba[i][BCOMP]);
2167 dst[i*3+0] = FLOAT_TO_INT(rgba[i][BCOMP]);
2174 dst[i*4+0] = FLOAT_TO_INT(rgba[i][BCOMP]);
2183 dst[i*4+1] = FLOAT_TO_INT(rgba[i][BCOMP]);
2207 dst[i] = (GLint) rgba[i][BCOMP];
2225 dst[i*3+2] = (GLint) rgba[i][BCOMP];
2232 dst[i*4+2] = (GLint) rgba[i][BCOMP];
2238 dst[i*3+0] = (GLint) rgba[i][BCOMP];
2245 dst[i*4+0] = (GLint) rgba[i][BCOMP];
2255 rgba[i][BCOMP]);
2263 rgba[i][BCOMP]);
2285 dst[i] = rgba[i][BCOMP];
2311 dst[i*3+2] = rgba[i][BCOMP];
2318 dst[i*4+2] = rgba[i][BCOMP];
2324 dst[i*3+0] = rgba[i][BCOMP];
2331 dst[i*4+0] = rgba[i][BCOMP];
2340 dst[i*4+1] = rgba[i][BCOMP];
2371 dst[i] = _mesa_float_to_half(rgba[i][BCOMP]);
2397 dst[i*3+2] = _mesa_float_to_half(rgba[i][BCOMP]);
2404 dst[i*4+2] = _mesa_float_to_half(rgba[i][BCOMP]);
2410 dst[i*3+0] = _mesa_float_to_half(rgba[i][BCOMP]);
2417 dst[i*4+0] = _mesa_float_to_half(rgba[i][BCOMP]);
2426 dst[i*4+1] = _mesa_float_to_half(rgba[i][BCOMP]);
2449 | (F_TO_I(rgba[i][BCOMP] * 3.0F) );
2459 | (F_TO_I(rgba[i][BCOMP] * 3.0F) << 6);
2469 | (F_TO_I(rgba[i][BCOMP] * 31.0F) );
2479 | (F_TO_I(rgba[i][BCOMP] * 31.0F) << 11);
2489 | (F_TO_I(rgba[i][BCOMP] * 15.0F) << 4)
2496 dst[i] = (F_TO_I(rgba[i][BCOMP] * 15.0F) << 12)
2506 | (F_TO_I(rgba[i][BCOMP] * 15.0F) << 8)
2518 | (F_TO_I(rgba[i][BCOMP] * 15.0F) << 8)
2525 dst[i] = (F_TO_I(rgba[i][BCOMP] * 15.0F) )
2535 | (F_TO_I(rgba[i][BCOMP] * 15.0F) << 4)
2547 | (F_TO_I(rgba[i][BCOMP] * 31.0F) << 1)
2554 dst[i] = (F_TO_I(rgba[i][BCOMP] * 31.0F) << 11)
2564 | (F_TO_I(rgba[i][BCOMP] * 31.0F) << 6)
2576 | (F_TO_I(rgba[i][BCOMP] * 31.0F) << 10)
2583 dst[i] = (F_TO_I(rgba[i][BCOMP] * 31.0F) )
2593 | (F_TO_I(rgba[i][BCOMP] * 31.0F) << 5)
2605 | (F_TO_I(rgba[i][BCOMP] * 255.F) << 8)
2612 dst[i] = (F_TO_I(rgba[i][BCOMP] * 255.F) << 24)
2622 | (F_TO_I(rgba[i][BCOMP] * 255.F) << 16)
2634 | (F_TO_I(rgba[i][BCOMP] * 255.0F) << 16)
2641 dst[i] = (F_TO_I(rgba[i][BCOMP] * 255.0F) )
2651 | (F_TO_I(rgba[i][BCOMP] * 255.0F) << 8)
2663 | (F_TO_I(rgba[i][BCOMP] * 1023.0F) << 2)
2670 dst[i] = (F_TO_I(rgba[i][BCOMP] * 1023.0F) << 22)
2680 | (F_TO_I(rgba[i][BCOMP] * 1023.0F) << 12)
2692 | (F_TO_I(rgba[i][BCOMP] * 1023.0F) << 20)
2699 dst[i] = (F_TO_I(rgba[i][BCOMP] * 1023.0F) )
2709 | (F_TO_I(rgba[i][BCOMP] * 1023.0F) << 10)
3252 PROCESS(bSrc, BCOMP, 0.0F, 0, GLubyte, UBYTE_TO_FLOAT);
3258 PROCESS(bSrc, BCOMP, 0.0F, 0, GLbyte, BYTE_TO_FLOATZ);
3264 PROCESS(bSrc, BCOMP, 0.0F, 0, GLushort, USHORT_TO_FLOAT);
3270 PROCESS(bSrc, BCOMP, 0.0F, 0, GLshort, SHORT_TO_FLOATZ);
3276 PROCESS(bSrc, BCOMP, 0.0F, 0, GLuint, UINT_TO_FLOAT);
3282 PROCESS(bSrc, BCOMP, 0.0F, 0, GLint, INT_TO_FLOAT);
3288 PROCESS(bSrc, BCOMP, 0.0F, 0.0F, GLfloat, (GLfloat));
3294 PROCESS(bSrc, BCOMP, 0.0F, 0.0F, GLhalfARB, _mesa_half_to_float);
3841 PROCESS(bSrc, BCOMP, 0, GLubyte, (GLuint));
3847 PROCESS(bSrc, BCOMP, 0, GLbyte, (GLuint));
3853 PROCESS(bSrc, BCOMP, 0, GLushort, (GLuint));
3859 PROCESS(bSrc, BCOMP, 0, GLshort, (GLuint));
3865 PROCESS(bSrc, BCOMP, 0, GLuint, (GLuint));
3871 PROCESS(bSrc, BCOMP, 0, GLint, (GLuint));
3877 PROCESS(bSrc, BCOMP, 0, GLfloat, clamp_float_to_uint);
3883 PROCESS(bSrc, BCOMP, 0, GLhalfARB, clamp_half_to_uint);
4442 CLAMPED_FLOAT_TO_UBYTE(dst[bDst], rgba[i][BCOMP]);
4641 dst[bDst] = rgba[i][BCOMP];
4800 dst[bDst] = rgba[i][BCOMP];
5999 rgba[i][BCOMP] = 0.0F;
6007 rgba[i][BCOMP] = 0.0F;
6014 rgba[i][BCOMP] = 0.0F;
6037 rgba[i][BCOMP] = 0;
6045 rgba[i][BCOMP] = 0;
6052 rgba[i][BCOMP] = 0;