Lines Matching refs:ACOMP
111 texel[ACOMP] = src[3]; in FETCH()
129 texel[ACOMP] = _mesa_half_to_float(src[3]); in FETCH()
146 texel[ACOMP] = 1.0F; in FETCH()
164 texel[ACOMP] = 1.0F; in FETCH()
182 texel[ACOMP] = src[0]; in FETCH()
200 texel[ACOMP] = _mesa_half_to_float(src[0]); in FETCH()
218 texel[ACOMP] = 1.0F; in FETCH()
236 texel[ACOMP] = 1.0F; in FETCH()
254 texel[ACOMP] = src[1]; in FETCH()
272 texel[ACOMP] = _mesa_half_to_float(src[1]); in FETCH()
290 texel[ACOMP] = src[0]; in FETCH()
308 texel[ACOMP] = _mesa_half_to_float(src[0]); in FETCH()
326 texel[ACOMP] = 1.0F; in FETCH()
344 texel[ACOMP] = 1.0F; in FETCH()
362 texel[ACOMP] = 1.0F; in FETCH()
380 texel[ACOMP] = 1.0F; in FETCH()
400 texel[ACOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); in FETCH()
418 texel[ACOMP] = UBYTE_TO_FLOAT( (s >> 24) ); in FETCH()
434 texel[ACOMP] = UBYTE_TO_FLOAT( (s >> 24) ); in FETCH()
450 texel[ACOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); in FETCH()
466 texel[ACOMP] = 1.0f; in FETCH()
482 texel[ACOMP] = 1.0f; in FETCH()
498 texel[ACOMP] = 1.0f; in FETCH()
514 texel[ACOMP] = 1.0f; in FETCH()
530 texel[ACOMP] = 1.0F; in FETCH()
546 texel[ACOMP] = 1.0F; in FETCH()
566 texel[ACOMP] = 1.0F; in FETCH()
583 texel[ACOMP] = 1.0F; in FETCH()
600 texel[ACOMP] = ((s >> 12) & 0xf) * (1.0F / 15.0F); in FETCH()
616 texel[ACOMP] = ((s >> 4) & 0xf) * (1.0F / 15.0F); in FETCH()
632 texel[ACOMP] = ((s ) & 0x01) * 1.0F; in FETCH()
648 texel[ACOMP] = ((s >> 15) & 0x01) * 1.0F; in FETCH()
665 texel[ACOMP] = UBYTE_TO_FLOAT( ((s >> 15) & 0x01) * 255 ); in FETCH()
682 texel[ACOMP] = ((s >> 30) & 0x03) * (1.0F / 3.0F); in FETCH()
698 texel[ACOMP] = 1.0; in FETCH()
714 texel[ACOMP] = 1.0; in FETCH()
730 texel[ACOMP] = ((s >> 4) & 0xf) * (1.0F / 15.0F); in FETCH()
746 texel[ACOMP] = UBYTE_TO_FLOAT( s >> 8 ); in FETCH()
762 texel[ACOMP] = 1.0; in FETCH()
778 texel[ACOMP] = 1.0; in FETCH()
794 texel[ACOMP] = UBYTE_TO_FLOAT( s & 0xff ); in FETCH()
810 texel[ACOMP] = 1.0; in FETCH()
826 texel[ACOMP] = 1.0; in FETCH()
842 texel[ACOMP] = USHORT_TO_FLOAT( s >> 16 ); in FETCH()
858 texel[ACOMP] = USHORT_TO_FLOAT( s & 0xffff ); in FETCH()
875 texel[ACOMP] = 1.0F; in FETCH()
891 texel[ACOMP] = UBYTE_TO_FLOAT( src[0] ); in FETCH()
907 texel[ACOMP] = USHORT_TO_FLOAT( src[0] ); in FETCH()
923 texel[ACOMP] = 1.0F; in FETCH()
939 texel[ACOMP] = 1.0F; in FETCH()
955 texel[ACOMP] = UBYTE_TO_FLOAT( src[0] ); in FETCH()
971 texel[ACOMP] = USHORT_TO_FLOAT( src[0] ); in FETCH()
986 texel[ACOMP] = 1.0F; in FETCH()
999 texel[ACOMP] = UBYTE_TO_FLOAT( (s ) & 0xff ); /* linear! */ in FETCH()
1012 texel[ACOMP] = UBYTE_TO_FLOAT( (s >> 24) ); /* linear! */ in FETCH()
1025 texel[ACOMP] = 1.0F; in FETCH()
1038 texel[ACOMP] = UBYTE_TO_FLOAT(src[1]); /* linear */ in FETCH()
1054 texel[ACOMP] = (GLfloat) src[3]; in FETCH()
1070 texel[ACOMP] = (GLfloat) src[3]; in FETCH()
1086 texel[ACOMP] = (GLfloat) src[3]; in FETCH()
1102 texel[ACOMP] = (GLfloat) src[3]; in FETCH()
1118 texel[ACOMP] = (GLfloat) src[3]; in FETCH()
1134 texel[ACOMP] = (GLfloat) src[3]; in FETCH()
1151 texel[ACOMP] = 0; in FETCH()
1164 texel[ACOMP] = 1.0F; in FETCH()
1179 texel[ACOMP] = BYTE_TO_FLOAT_TEX( s ); in FETCH()
1194 texel[ACOMP] = 1.0F; in FETCH()
1209 texel[ACOMP] = BYTE_TO_FLOAT_TEX( s ); in FETCH()
1224 texel[ACOMP] = 1.0F; in FETCH()
1239 texel[ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 8) ); in FETCH()
1254 texel[ACOMP] = 1.0f; in FETCH()
1269 texel[ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s ) ); in FETCH()
1281 texel[ACOMP] = BYTE_TO_FLOAT_TEX( (GLbyte) (s >> 24) ); in FETCH()
1298 texel[ACOMP] = 1.0F; in FETCH()
1314 texel[ACOMP] = SHORT_TO_FLOAT_TEX( s ); in FETCH()
1330 texel[ACOMP] = 1.0F; in FETCH()
1346 texel[ACOMP] = SHORT_TO_FLOAT_TEX( s ); in FETCH()
1362 texel[ACOMP] = 1.0F; in FETCH()
1378 texel[ACOMP] = SHORT_TO_FLOAT_TEX( s[1] ); in FETCH()
1394 texel[ACOMP] = 1.0F; in FETCH()
1410 texel[ACOMP] = SHORT_TO_FLOAT_TEX( s[3] ); in FETCH()
1427 texel[ACOMP] = USHORT_TO_FLOAT( s[3] ); in FETCH()
1458 texel[ACOMP] = 1.0F; in FETCH()
1488 texel[ACOMP] = 1.0F; in FETCH()
1537 texel[ACOMP] = 1.0F; in FETCH()
1550 texel[ACOMP] = 1.0F; in FETCH()
1565 texel[ACOMP] = 1.0F; in FETCH()