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

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

Completed in 3 milliseconds