Searched refs:RGB9E5_MANTISSA_BITS (Results 1 – 1 of 1) sorted by relevance
33 #define RGB9E5_MANTISSA_BITS 9 macro38 #define RGB9E5_MANTISSA_VALUES (1<<RGB9E5_MANTISSA_BITS)64 unsigned int b:RGB9E5_MANTISSA_BITS;65 unsigned int g:RGB9E5_MANTISSA_BITS;66 unsigned int r:RGB9E5_MANTISSA_BITS;68 unsigned int r:RGB9E5_MANTISSA_BITS;69 unsigned int g:RGB9E5_MANTISSA_BITS;70 unsigned int b:RGB9E5_MANTISSA_BITS;119 denom = pow(2, exp_shared - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS); in float3_to_rgb9e5()156 exponent = v.field.biasedexponent - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS; in rgb9e5_to_float3()