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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dformat_r11g11b10f.h53 static inline uint32_t f32_to_uf11(float val) function in typeref:typename:uint32_t
220 return ( f32_to_uf11(rgb[0]) & 0x7ff) |
221 ((f32_to_uf11(rgb[1]) & 0x7ff) << 11) |
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dformat_r11g11b10f.h53 static inline uint32_t f32_to_uf11(float val) function in typeref:typename:uint32_t
220 return ( f32_to_uf11(rgb[0]) & 0x7ff) |
221 ((f32_to_uf11(rgb[1]) & 0x7ff) << 11) |

Completed in 4 milliseconds