Home
last modified time | relevance | path

Searched refs:level_zero_only (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_priv.h78 (sampler->texture_state.level_zero_only || in is_nearest_sampler()
96 (sampler->texture_state.level_zero_only || in is_linear_sampler()
H A Dlp_state_cs.c703 debug_printf(" .level_zero_only = %u\n", in dump_cs_variant_key()
704 texture->level_zero_only); in dump_cs_variant_key()
718 debug_printf(" .level_zero_only = %u\n", in dump_cs_variant_key()
719 image->level_zero_only); in dump_cs_variant_key()
H A Dlp_state_fs.c3556 debug_printf(" .level_zero_only = %u\n", in dump_fs_variant_key()
3557 texture->level_zero_only); in dump_fs_variant_key()
3571 debug_printf(" .level_zero_only = %u\n", in dump_fs_variant_key()
3572 image->level_zero_only); in dump_fs_variant_key()
3750 if (samp0->texture_state.level_zero_only) { in generate_variant()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h182 unsigned level_zero_only:1; member
H A Dlp_bld_sample.c122 state->level_zero_only = !view->u.tex.last_level; in lp_sampler_static_texture_state()
160 state->level_zero_only = 0; in lp_sampler_static_texture_state_image()
H A Dlp_bld_sample_soa.c3409 if (!static_texture_state->level_zero_only || in lp_build_sample_soa_code()
4311 static_texture_state->level_zero_only == TRUE) && in lp_build_sample_soa()
4537 if (static_state->level_zero_only) { in lp_build_size_query_soa()

Completed in 21 milliseconds