Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_rgb9e5.h104 float maxrgb; in float3_to_rgb9e5() local
114 maxrgb = MAX3(rc, gc, bc); in float3_to_rgb9e5()
115 exp_shared = MAX2(-RGB9E5_EXP_BIAS-1, rgb9e5_FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS; in float3_to_rgb9e5()
121 maxm = (int) floor(maxrgb / denom + 0.5); in float3_to_rgb9e5()