Home | History | Annotate | Download | only in swrast

Lines Matching refs:BYTE_TO_FLOAT

1148    texel[RCOMP] = BYTE_TO_FLOAT(src[0]);
1149 texel[GCOMP] = BYTE_TO_FLOAT(src[1]);