Home | History | Annotate | Download | only in i915

Lines Matching refs:minlod

272       int minlod = (int) (16.0 * sampler->min_lod);
274 minlod = CLAMP(minlod, 0, 16 * 11);
277 if (minlod > maxlod)
278 maxlod = minlod;
280 cso->minlod = minlod;