Searched refs:etna_float_to_fixp88 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_util.h84 etna_float_to_fixp88(float f) function in typeref:typename:uint32_t
106 return etna_float_to_fixp88(logf((float)width) * RCPLOG2);
H A Detnaviv_texture_desc.c98 uint32_t min_lod_fp8 = MIN2(etna_float_to_fixp88(ss->min_lod), 0xfff);
99 uint32_t max_lod_fp8 = MIN2(etna_float_to_fixp88(ss->max_lod), 0xfff);
112 VIVS_NTE_DESCRIPTOR_SAMP_LOD_BIAS_BIAS(etna_float_to_fixp88(ss->lod_bias)) |

Completed in 4 milliseconds