Home
last modified time | relevance | path

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

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