Searched defs:_mesa_unorm_to_float (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dformat_utils.h55 _mesa_unorm_to_float(unsigned x, unsigned src_bits) function
72 return _mesa_float_to_half(_mesa_unorm_to_float(x, src_bits));

Completed in 163 milliseconds