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

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

Completed in 2072 milliseconds