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