Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_rgb9e5.h35 #define RGB9E5_MAX_VALID_BIASED_EXP 31 macro
37 #define MAX_RGB9E5_EXP (RGB9E5_MAX_VALID_BIASED_EXP - RGB9E5_EXP_BIAS)
116 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP); in float3_to_rgb9e5()
125 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP); in float3_to_rgb9e5()