HomeSort by relevance Sort by last modified time
    Searched refs:etna_float_to_fixp55 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_util.h 77 etna_float_to_fixp55(float f) function
92 return etna_float_to_fixp55(logf((float)width) * RCPLOG2);
etnaviv_texture_state.c 62 VIVS_TE_SAMPLER_LOD_CONFIG_BIAS(etna_float_to_fixp55(ss->lod_bias));
65 cs->min_lod = etna_float_to_fixp55(ss->min_lod);
66 cs->max_lod = etna_float_to_fixp55(ss->max_lod);
70 cs->min_lod = cs->max_lod = etna_float_to_fixp55(ss->min_lod);

Completed in 739 milliseconds