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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
matrix.h 43 #define FLT_TO_INT(flt) float_to_int_floor(((VGuint*)&(flt))[0])
45 static INLINE VGint float_to_int_floor(VGuint bits) function
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 43 #define FLT_TO_INT(flt) float_to_int_floor(((VGuint*)&(flt))[0])
45 static INLINE VGint float_to_int_floor(VGuint bits) function

Completed in 139 milliseconds