HomeSort by: relevance | last modified time | path
    Searched defs:count_g (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_clear.c 152 unsigned count_g = l.int_g + l.frac_g + count_r; local
153 unsigned count_b = l.int_b + l.frac_b + count_g;
162 uint32_t ub = float_to_fixed(b, l.int_b, l.frac_b, dithered) << count_g;

Completed in 43 milliseconds