Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dformat_rgb9e5.h35 #define RGB9E5_MANTISSA_BITS 9 macro
40 #define RGB9E5_MANTISSA_VALUES (1<<RGB9E5_MANTISSA_BITS)
79 RGB9E5_MANTISSA_BITS) + 1; in float3_to_rgb9e5()
111 exponent = (rgb >> 27) - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS; in rgb9e5_to_float3()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_format_convert.h435 * RGB9E5_MANTISSA_BITS) + 1;
439 RGB9E5_MANTISSA_BITS + 1),

Completed in 3 milliseconds