HomeSort by relevance Sort by last modified time
    Searched refs:uf11_to_f32 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 97 static INLINE float uf11_to_f32(uint16_t val) function
229 retval[0] = uf11_to_f32( rgb & 0x7ff);
230 retval[1] = uf11_to_f32((rgb >> 11) & 0x7ff);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 97 static INLINE float uf11_to_f32(uint16_t val) function
229 retval[0] = uf11_to_f32( rgb & 0x7ff);
230 retval[1] = uf11_to_f32((rgb >> 11) & 0x7ff);

Completed in 213 milliseconds