Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texstate.c194 uint32_t minlod_fixed, maxlod_fixed; in i830_update_tex_unit() local
264 minlod_fixed = U_FIXED(CLAMP(sampler->MinLod, 0.0, 11), 4); in i830_update_tex_unit()
269 maxlod_fixed = MAX2(maxlod_fixed, (minlod_fixed + 3) >> 2); in i830_update_tex_unit()
274 maxlod_fixed = MAX2(maxlod_fixed, (minlod_fixed + 15) >> 4); in i830_update_tex_unit()
277 state[I830_TEXREG_TM0S3] |= minlod_fixed << TM0S3_MAX_MIP_SHIFT; in i830_update_tex_unit()