Searched refs:lima_fixed8_to_float (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_texture.h | 105 static inline float lima_fixed8_to_float(int16_t i) in lima_fixed8_to_float() function
|
D | lima_parser.c | 691 …fprintf(fp, "\t min_lod: 0x%x (%d) (%f)\n", desc->min_lod, desc->min_lod, lima_fixed8_to_float(des… in parse_texture() 692 …fprintf(fp, "\t max_lod: 0x%x (%d) (%f)\n", desc->max_lod, desc->max_lod, lima_fixed8_to_float(des… in parse_texture() 693 … "\t lod_bias: 0x%x (%d) (%f)\n", desc->lod_bias, desc->lod_bias, lima_fixed8_to_float(desc->lod_b… in parse_texture() 728 int miplevels = (int)lima_fixed8_to_float(desc->max_lod); in parse_texture()
|