Lines Matching refs:GCOMP
109 texel[GCOMP] = src[1]; in FETCH()
127 texel[GCOMP] = _mesa_half_to_float(src[1]); in FETCH()
144 texel[GCOMP] = src[1]; in FETCH()
162 texel[GCOMP] = _mesa_half_to_float(src[1]); in FETCH()
180 texel[GCOMP] = in FETCH()
198 texel[GCOMP] = in FETCH()
216 texel[GCOMP] = in FETCH()
234 texel[GCOMP] = in FETCH()
252 texel[GCOMP] = in FETCH()
270 texel[GCOMP] = in FETCH()
288 texel[GCOMP] = in FETCH()
306 texel[GCOMP] = in FETCH()
324 texel[GCOMP] = 0.0F; in FETCH()
342 texel[GCOMP] = 0.0F; in FETCH()
360 texel[GCOMP] = src[1]; in FETCH()
378 texel[GCOMP] = _mesa_half_to_float(src[1]); in FETCH()
398 texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); in FETCH()
416 texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); in FETCH()
432 texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); in FETCH()
448 texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); in FETCH()
464 texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); in FETCH()
480 texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); in FETCH()
496 texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff ); in FETCH()
512 texel[GCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff ); in FETCH()
528 texel[GCOMP] = UBYTE_TO_FLOAT( src[1] ); in FETCH()
544 texel[GCOMP] = UBYTE_TO_FLOAT( src[1] ); in FETCH()
564 texel[GCOMP] = ((s >> 5 ) & 0x3f) * (1.0F / 63.0F); in FETCH()
581 texel[GCOMP] = UBYTE_TO_FLOAT( ((s >> 3) & 0xfc) | ((s >> 9) & 0x3) ); in FETCH()
598 texel[GCOMP] = ((s >> 4) & 0xf) * (1.0F / 15.0F); in FETCH()
614 texel[GCOMP] = ((s >> 12) & 0xf) * (1.0F / 15.0F); in FETCH()
630 texel[GCOMP] = ((s >> 6) & 0x1f) * (1.0F / 31.0F); in FETCH()
646 texel[GCOMP] = ((s >> 5) & 0x1f) * (1.0F / 31.0F); in FETCH()
663 texel[GCOMP] = UBYTE_TO_FLOAT( ((s >> 2) & 0xf8) | ((s >> 7) & 0x7) ); in FETCH()
680 texel[GCOMP] = ((s >> 10) & 0x3ff) * (1.0F / 1023.0F); in FETCH()
696 texel[GCOMP] = UBYTE_TO_FLOAT( s >> 8 ); in FETCH()
712 texel[GCOMP] = UBYTE_TO_FLOAT( s & 0xff ); in FETCH()
728 texel[GCOMP] = in FETCH()
744 texel[GCOMP] = in FETCH()
760 texel[GCOMP] = 0.0; in FETCH()
776 texel[GCOMP] = 0.0; in FETCH()
792 texel[GCOMP] = in FETCH()
808 texel[GCOMP] = USHORT_TO_FLOAT( s >> 16 ); in FETCH()
824 texel[GCOMP] = USHORT_TO_FLOAT( s & 0xffff ); in FETCH()
840 texel[GCOMP] = in FETCH()
856 texel[GCOMP] = in FETCH()
873 texel[GCOMP] = ((s >> 2) & 0x7) * (1.0F / 7.0F); in FETCH()
889 texel[GCOMP] = in FETCH()
905 texel[GCOMP] = in FETCH()
921 texel[GCOMP] = in FETCH()
937 texel[GCOMP] = in FETCH()
953 texel[GCOMP] = in FETCH()
969 texel[GCOMP] = in FETCH()
984 texel[GCOMP] = nonlinear_to_linear(src[1]); in FETCH()
997 texel[GCOMP] = nonlinear_to_linear( (s >> 16) & 0xff ); in FETCH()
1010 texel[GCOMP] = nonlinear_to_linear( (s >> 8) & 0xff ); in FETCH()
1023 texel[GCOMP] = in FETCH()
1036 texel[GCOMP] = in FETCH()
1052 texel[GCOMP] = (GLfloat) src[1]; in FETCH()
1068 texel[GCOMP] = (GLfloat) src[1]; in FETCH()
1084 texel[GCOMP] = (GLfloat) src[1]; in FETCH()
1100 texel[GCOMP] = (GLfloat) src[1]; in FETCH()
1116 texel[GCOMP] = (GLfloat) src[1]; in FETCH()
1132 texel[GCOMP] = (GLfloat) src[1]; in FETCH()
1149 texel[GCOMP] = BYTE_TO_FLOAT(src[1]); in FETCH()
1162 texel[GCOMP] = 0.0F; in FETCH()
1177 texel[GCOMP] = 0.0F; in FETCH()
1192 texel[GCOMP] = in FETCH()
1207 texel[GCOMP] = in FETCH()
1222 texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); in FETCH()
1237 texel[GCOMP] = in FETCH()
1252 texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 16) ); in FETCH()
1267 texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 16) ); in FETCH()
1279 texel[GCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); in FETCH()
1296 texel[GCOMP] = 0.0F; in FETCH()
1312 texel[GCOMP] = 0.0F; in FETCH()
1328 texel[GCOMP] = in FETCH()
1344 texel[GCOMP] = in FETCH()
1360 texel[GCOMP] = SHORT_TO_FLOAT_TEX( s[1] ); in FETCH()
1376 texel[GCOMP] = in FETCH()
1392 texel[GCOMP] = SHORT_TO_FLOAT_TEX( s[1] ); in FETCH()
1408 texel[GCOMP] = SHORT_TO_FLOAT_TEX( s[1] ); in FETCH()
1425 texel[GCOMP] = USHORT_TO_FLOAT( s[1] ); in FETCH()
1456 texel[GCOMP] = CLAMP(g, 0.0F, 1.0F); in FETCH()
1486 texel[GCOMP] = CLAMP(g, 0.0F, 1.0F); in FETCH()
1563 texel[GCOMP] = 0.0F; in FETCH()