Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dformat_r11g11b10f.h50 static inline uint32_t f32_to_uf11(float val) in f32_to_uf11() function
217 return ( f32_to_uf11(rgb[0]) & 0x7ff) | in float3_to_r11g11b10f()
218 ((f32_to_uf11(rgb[1]) & 0x7ff) << 11) | in float3_to_r11g11b10f()