Home
last modified time | relevance | path

Searched refs:bits_frac (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_clear.c62 float_to_fixed(float f, unsigned bits_int, unsigned bits_frac, bool dither) in float_to_fixed() argument
67 float factor = m << bits_frac; in float_to_fixed()
71 return v << bits_frac; in float_to_fixed()