Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dformat_rgb9e5.h36 #define RGB9E5_MANTISSA_BITS 9 macro
41 #define RGB9E5_MANTISSA_VALUES (1<<RGB9E5_MANTISSA_BITS)
80 RGB9E5_MANTISSA_BITS) + 1; in float3_to_rgb9e5()
112 exponent = (rgb >> 27) - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS; in rgb9e5_to_float3()