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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dformat_rgb9e5.h38 #define RGB9E5_MAX_VALID_BIASED_EXP 31 macro
40 #define MAX_RGB9E5_EXP (RGB9E5_MAX_VALID_BIASED_EXP - RGB9E5_EXP_BIAS)
82 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dformat_rgb9e5.h38 #define RGB9E5_MAX_VALID_BIASED_EXP 31 macro
40 #define MAX_RGB9E5_EXP (RGB9E5_MAX_VALID_BIASED_EXP - RGB9E5_EXP_BIAS)
82 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);

Completed in 2 milliseconds