Lines Matching refs:BCOMP
110 texel[BCOMP] = src[2];
128 texel[BCOMP] = _mesa_half_to_float(src[2]);
145 texel[BCOMP] = src[2];
163 texel[BCOMP] = _mesa_half_to_float(src[2]);
181 texel[BCOMP] = 0.0F;
199 texel[BCOMP] = 0.0F;
217 texel[BCOMP] = src[0];
235 texel[BCOMP] = _mesa_half_to_float(src[0]);
253 texel[BCOMP] = src[0];
271 texel[BCOMP] = _mesa_half_to_float(src[0]);
289 texel[BCOMP] =
307 texel[BCOMP] =
325 texel[BCOMP] = 0.0F;
343 texel[BCOMP] = 0.0F;
361 texel[BCOMP] = 0.0F;
379 texel[BCOMP] = 0.0F;
399 texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff );
417 texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff );
433 texel[BCOMP] = UBYTE_TO_FLOAT( (s ) & 0xff );
449 texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 24) );
465 texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 8) & 0xff );
481 texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 16) & 0xff );
497 texel[BCOMP] = UBYTE_TO_FLOAT( (s ) & 0xff );
513 texel[BCOMP] = UBYTE_TO_FLOAT( (s >> 24) );
529 texel[BCOMP] = UBYTE_TO_FLOAT( src[0] );
545 texel[BCOMP] = UBYTE_TO_FLOAT( src[2] );
565 texel[BCOMP] = ((s ) & 0x1f) * (1.0F / 31.0F);
582 texel[BCOMP] = UBYTE_TO_FLOAT( ((s << 3) & 0xf8) | ((s >> 2) & 0x7) );
599 texel[BCOMP] = ((s ) & 0xf) * (1.0F / 15.0F);
615 texel[BCOMP] = ((s >> 8) & 0xf) * (1.0F / 15.0F);
631 texel[BCOMP] = ((s >> 1) & 0x1f) * (1.0F / 31.0F);
647 texel[BCOMP] = ((s >> 0) & 0x1f) * (1.0F / 31.0F);
664 texel[BCOMP] = UBYTE_TO_FLOAT( ((s << 3) & 0xf8) | ((s >> 2) & 0x7) );
681 texel[BCOMP] = ((s >> 0) & 0x3ff) * (1.0F / 1023.0F);
697 texel[BCOMP] = 0.0;
713 texel[BCOMP] = 0.0;
729 texel[BCOMP] = (s & 0xf) * (1.0F / 15.0F);
745 texel[BCOMP] = UBYTE_TO_FLOAT( s & 0xff );
761 texel[BCOMP] = 0.0;
777 texel[BCOMP] = 0.0;
793 texel[BCOMP] = UBYTE_TO_FLOAT( s >> 8 );
809 texel[BCOMP] = 0.0;
825 texel[BCOMP] = 0.0;
841 texel[BCOMP] = USHORT_TO_FLOAT( s & 0xffff );
857 texel[BCOMP] = USHORT_TO_FLOAT( s >> 16 );
874 texel[BCOMP] = ((s ) & 0x3) * (1.0F / 3.0F);
890 texel[BCOMP] = 0.0F;
906 texel[BCOMP] = 0.0F;
922 texel[BCOMP] = UBYTE_TO_FLOAT( src[0] );
938 texel[BCOMP] = USHORT_TO_FLOAT( src[0] );
954 texel[BCOMP] =
970 texel[BCOMP] =
985 texel[BCOMP] = nonlinear_to_linear(src[0]);
998 texel[BCOMP] = nonlinear_to_linear( (s >> 8) & 0xff );
1011 texel[BCOMP] = nonlinear_to_linear( (s ) & 0xff );
1024 texel[BCOMP] = nonlinear_to_linear(src[0]);
1037 texel[BCOMP] = nonlinear_to_linear(src[0]);
1053 texel[BCOMP] = (GLfloat) src[2];
1069 texel[BCOMP] = (GLfloat) src[2];
1085 texel[BCOMP] = (GLfloat) src[2];
1101 texel[BCOMP] = (GLfloat) src[2];
1117 texel[BCOMP] = (GLfloat) src[2];
1133 texel[BCOMP] = (GLfloat) src[2];
1150 texel[BCOMP] = 0;
1163 texel[BCOMP] = 0.0F;
1178 texel[BCOMP] = 0.0F;
1193 texel[BCOMP] = BYTE_TO_FLOAT_TEX( s );
1208 texel[BCOMP] =
1223 texel[BCOMP] = 0.0F;
1238 texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s & 0xff) );
1253 texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) );
1268 texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) );
1280 texel[BCOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 16) );
1297 texel[BCOMP] = 0.0F;
1313 texel[BCOMP] = 0.0F;
1329 texel[BCOMP] = SHORT_TO_FLOAT_TEX( s );
1345 texel[BCOMP] =
1361 texel[BCOMP] = 0.0F;
1377 texel[BCOMP] = SHORT_TO_FLOAT_TEX( s[0] );
1393 texel[BCOMP] = SHORT_TO_FLOAT_TEX( s[2] );
1409 texel[BCOMP] = SHORT_TO_FLOAT_TEX( s[2] );
1426 texel[BCOMP] = USHORT_TO_FLOAT( s[2] );
1457 texel[BCOMP] = CLAMP(b, 0.0F, 1.0F);
1487 texel[BCOMP] = CLAMP(b, 0.0F, 1.0F);
1564 texel[BCOMP] = 0.0F;