Searched refs:maxlod_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
268 maxlod_fixed = U_FIXED(CLAMP(maxlod, 0.0, 11.75), 2);
269 maxlod_fixed = MAX2(maxlod_fixed, (minlod_fixed + 3) >> 2);
270 state[I830_TEXREG_TM0S3] |= maxlod_fixed << TM0S3_MIN_MIP_SHIFT;
273 maxlod_fixed = U_FIXED(CLAMP(maxlod, 0.0, 11), 0);
274 maxlod_fixed = MAX2(maxlod_fixed, (minlod_fixed + 15) >> 4);
275 state[I830_TEXREG_TM0S3] |= maxlod_fixed << TM0S3_MIN_MIP_SHIFT_830;
/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
268 maxlod_fixed = U_FIXED(CLAMP(maxlod, 0.0, 11.75), 2);
269 maxlod_fixed = MAX2(maxlod_fixed, (minlod_fixed + 3) >> 2);
270 state[I830_TEXREG_TM0S3] |= maxlod_fixed << TM0S3_MIN_MIP_SHIFT;
273 maxlod_fixed = U_FIXED(CLAMP(maxlod, 0.0, 11), 0);
274 maxlod_fixed = MAX2(maxlod_fixed, (minlod_fixed + 15) >> 4);
275 state[I830_TEXREG_TM0S3] |= maxlod_fixed << TM0S3_MIN_MIP_SHIFT_830;

Completed in 3 milliseconds