Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h207 unsigned apply_min_lod:1; /**< min_lod > 0 ? */ member
Dlp_bld_sample.c221 state->apply_min_lod = 1; in lp_sampler_static_sampler_state()
913 !bld->static_sampler_state->apply_min_lod) { in lp_build_lod_selector()
999 if (bld->static_sampler_state->apply_min_lod) { in lp_build_lod_selector()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c691 debug_printf(" .apply_min_lod = %u\n", sampler->apply_min_lod); in dump_cs_variant_key()
Dlp_state_fs.c3543 debug_printf(" .apply_min_lod = %u\n", sampler->apply_min_lod); in dump_fs_variant_key()