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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A 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);
125 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
/external/mesa3d/src/gallium/auxiliary/util/
H A 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);
125 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);

Completed in 433 milliseconds