Home
last modified time | relevance | path

Searched refs:pot_width (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c697 bld->static_texture_state->pot_width, in lp_build_sample_image_nearest()
779 bld->static_texture_state->pot_width, in lp_build_sample_image_nearest_afloat()
1144 bld->static_texture_state->pot_width, in lp_build_sample_image_linear()
1265 bld->static_texture_state->pot_width, in lp_build_sample_image_linear_afloat()
Dlp_bld_sample.h142 unsigned pot_width:1; /**< is the width a power of two? */ member
Dlp_bld_sample_soa.c893 bld->static_texture_state->pot_width, in lp_build_sample_image_nearest()
1062 bld->static_texture_state->pot_width, in lp_build_sample_image_linear()
Dlp_bld_sample.c117 state->pot_width = util_is_power_of_two(texture->width0); in lp_sampler_static_texture_state()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_resource.c336 uint32_t pot_width = util_next_power_of_two(width); in vc5_setup_slices() local
359 level_width = u_minify(pot_width, i); in vc5_setup_slices()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c445 uint32_t pot_width = util_next_power_of_two(width); in vc4_setup_slices() local
459 level_width = u_minify(pot_width, i); in vc4_setup_slices()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2772 texture->pot_width, in dump_fs_variant_key()