Lines Matching refs: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;