Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_parser.c761 …fprintf(fp, "\t min_lod: 0x%x (%d) (%f)\n", desc->min_lod, desc->min_lod, lima_fixed8_to_float(des… in parse_texture()
762 …fprintf(fp, "\t max_lod: 0x%x (%d) (%f)\n", desc->max_lod, desc->max_lod, lima_fixed8_to_float(des… in parse_texture()
763 … "\t lod_bias: 0x%x (%d) (%f)\n", desc->lod_bias, desc->lod_bias, lima_fixed8_to_float(desc->lod_b… in parse_texture()
789 int miplevels = (int)lima_fixed8_to_float(desc->max_lod); in parse_texture()
Dlima_texture.h113 static inline float lima_fixed8_to_float(int16_t i) in lima_fixed8_to_float() function