Home
last modified time | relevance | path

Searched refs:lima_float_to_fixed8 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_texture.c154 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()
Dlima_texture.h100 static inline int16_t lima_float_to_fixed8(float f) in lima_float_to_fixed8() function