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.h97 unsigned apply_max_lod:1; /**< max_lod < last_level ? */ member
Dlp_bld_sample.c159 state->apply_max_lod = 1; in lp_sampler_static_state()
533 !bld->static_state->apply_max_lod && in lp_build_lod_selector()
580 if (bld->static_state->apply_max_lod) { in lp_build_lod_selector()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1195 debug_printf(" .apply_max_lod = %u\n", key->sampler[i].apply_max_lod); in dump_fs_variant_key()