Home
last modified time | relevance | path

Searched refs:apply_max_lod (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h171 unsigned apply_max_lod:1; /**< max_lod < last_level ? */ member
Dlp_bld_sample.c188 state->apply_max_lod = 1; in lp_sampler_static_sampler_state()
772 !bld->static_sampler_state->apply_max_lod && in lp_build_lod_selector()
848 if (bld->static_sampler_state->apply_max_lod) { in lp_build_lod_selector()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2760 debug_printf(" .apply_max_lod = %u\n", sampler->apply_max_lod); in dump_fs_variant_key()