Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dformat_r11g11b10f.h132 static inline uint32_t f32_to_uf10(float val) in f32_to_uf10() function
219 ((f32_to_uf10(rgb[2]) & 0x3ff) << 22); in float3_to_r11g11b10f()