Home
last modified time | relevance | path

Searched refs:maxlod (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c326 int maxlod = (int)(16.0 * sampler->max_lod); in i915_create_sampler_state() local
328 maxlod = CLAMP(maxlod, 0, 16 * 11); in i915_create_sampler_state()
330 if (minlod > maxlod) in i915_create_sampler_state()
331 maxlod = minlod; in i915_create_sampler_state()
334 cso->maxlod = maxlod; in i915_create_sampler_state()
Di915_state_sampler.c328 if (max_lod > (sampler->maxlod >> 2)) in update_map()
329 max_lod = sampler->maxlod >> 2; in update_map()
Di915_context.h222 unsigned maxlod; member
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c2683 word.maxlod = util_unsigned_fixed(CLAMP(max_lod, 0.0f, lod_clamp_max), in pvr_CreateSampler()