Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h94 unsigned min_max_lod_equal:1; /**< min_lod == max_lod ? */ member
Dlp_bld_sample.c152 state->min_max_lod_equal = 1; in lp_sampler_static_state()
508 if (bld->static_state->min_max_lod_equal) { in lp_build_lod_selector()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1192 debug_printf(" .min_max_lod_equal = %u\n", key->sampler[i].min_max_lod_equal); in dump_fs_variant_key()