Searched refs:float_to_fixed (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_clear.c62 float_to_fixed(float f, unsigned bits_int, unsigned bits_frac, bool dither) function in typeref:typename:uint32_t
160 uint32_t ur = float_to_fixed(r, l.int_r, l.frac_r, dithered) << 0;
161 uint32_t ug = float_to_fixed(g, l.int_g, l.frac_g, dithered) << count_r;
162 uint32_t ub = float_to_fixed(b, l.int_b, l.frac_b, dithered) << count_g;
163 uint32_t ua = float_to_fixed(a, l.int_a, l.frac_a, dithered) << count_b;

Completed in 2 milliseconds