Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_rgb9e5.h93 static INLINE int rgb9e5_FloorLog2(float x) in rgb9e5_FloorLog2() function
115 exp_shared = MAX2(-RGB9E5_EXP_BIAS-1, rgb9e5_FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS; in float3_to_rgb9e5()