Home | History | Annotate | Download | only in swrast

Lines Matching refs:SHORT_TO_FLOAT_TEX

1295    texel[RCOMP] = SHORT_TO_FLOAT_TEX( s );
1314 texel[ACOMP] = SHORT_TO_FLOAT_TEX( s );
1329 texel[BCOMP] = SHORT_TO_FLOAT_TEX( s );
1346 texel[ACOMP] = SHORT_TO_FLOAT_TEX( s );
1359 texel[RCOMP] = SHORT_TO_FLOAT_TEX( s[0] );
1360 texel[GCOMP] = SHORT_TO_FLOAT_TEX( s[1] );
1377 texel[BCOMP] = SHORT_TO_FLOAT_TEX( s[0] );
1378 texel[ACOMP] = SHORT_TO_FLOAT_TEX( s[1] );
1391 texel[RCOMP] = SHORT_TO_FLOAT_TEX( s[0] );
1392 texel[GCOMP] = SHORT_TO_FLOAT_TEX( s[1] );
1393 texel[BCOMP] = SHORT_TO_FLOAT_TEX( s[2] );
1407 texel[RCOMP] = SHORT_TO_FLOAT_TEX( s[0] );
1408 texel[GCOMP] = SHORT_TO_FLOAT_TEX( s[1] );
1409 texel[BCOMP] = SHORT_TO_FLOAT_TEX( s[2] );
1410 texel[ACOMP] = SHORT_TO_FLOAT_TEX( s[3] );