Home | History | Annotate | Download | only in swrast

Lines Matching refs:GCOMP

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