Home | History | Annotate | Download | only in softpipe

Lines Matching refs:ubyte_to_float

245       quadColor[j][0] = ubyte_to_float(res[j][0]);
246 quadColor[j][1] = ubyte_to_float(res[j][1]);
247 quadColor[j][2] = ubyte_to_float(res[j][2]);
248 quadColor[j][3] = ubyte_to_float(res[j][3]);