Home | History | Annotate | Download | only in i915

Lines Matching full:maxlod

273       int maxlod = (int) (16.0 * sampler->max_lod);
275 maxlod = CLAMP(maxlod, 0, 16 * 11);
277 if (minlod > maxlod)
278 maxlod = minlod;
281 cso->maxlod = maxlod;