Home | History | Annotate | Download | only in swrast

Lines Matching refs:USHORT_TO_FLOAT

865             rgbaF[i][RCOMP] = USHORT_TO_FLOAT(rgba[i][RCOMP]);
866 rgbaF[i][GCOMP] = USHORT_TO_FLOAT(rgba[i][GCOMP]);
867 rgbaF[i][BCOMP] = USHORT_TO_FLOAT(rgba[i][BCOMP]);
868 rgbaF[i][ACOMP] = USHORT_TO_FLOAT(rgba[i][ACOMP]);
869 destF[i][RCOMP] = USHORT_TO_FLOAT(dest[i][RCOMP]);
870 destF[i][GCOMP] = USHORT_TO_FLOAT(dest[i][GCOMP]);
871 destF[i][BCOMP] = USHORT_TO_FLOAT(dest[i][BCOMP]);
872 destF[i][ACOMP] = USHORT_TO_FLOAT(dest[i][ACOMP]);