Searched defs:float_to_int_floor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmatrix.h43 #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/
H A Dmatrix.h43 #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 2908 milliseconds