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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texstate.c 196 uint32_t minlod_fixed, maxlod_fixed; local
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;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 196 uint32_t minlod_fixed, maxlod_fixed; local
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 776 milliseconds