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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_clear.c151 unsigned count_r = l.int_r + l.frac_r; local in function:pan_pack_color
152 unsigned count_g = l.int_g + l.frac_g + count_r;
161 uint32_t ug = float_to_fixed(g, l.int_g, l.frac_g, dithered) << count_r;

Completed in 3 milliseconds