Searched refs:lima_float_to_fixed8 (Results 1 – 2 of 2) sorted by relevance
154 desc->min_lod = lima_float_to_fixed8(sampler->base.min_lod); in lima_update_tex_desc()157 desc->max_lod = lima_float_to_fixed8(max_lod); in lima_update_tex_desc()158 desc->lod_bias = lima_float_to_fixed8(sampler->base.lod_bias); in lima_update_tex_desc()
100 static inline int16_t lima_float_to_fixed8(float f) in lima_float_to_fixed8() function