HomeSort by relevance Sort by last modified time
    Searched refs:rgb9e5_FloorLog2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgb9e5.h 93 static INLINE int rgb9e5_FloorLog2(float x)
115 exp_shared = MAX2(-RGB9E5_EXP_BIAS-1, rgb9e5_FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgb9e5.h 93 static INLINE int rgb9e5_FloorLog2(float x)
115 exp_shared = MAX2(-RGB9E5_EXP_BIAS-1, rgb9e5_FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS;

Completed in 50 milliseconds