Searched refs:f32_to_uf10 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/ | ||
H A D | format_r11g11b10f.h | 135 static inline uint32_t f32_to_uf10(float val) in f32_to_uf10() function 222 ((f32_to_uf10(rgb[2]) & 0x3ff) << 22); in float3_to_r11g11b10f() |
Completed in 2 milliseconds