Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c707 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest()
786 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest_afloat()
1174 bld->static_texture_state->pot_height, in lp_build_sample_image_linear()
1275 bld->static_texture_state->pot_height, in lp_build_sample_image_linear_afloat()
Dlp_bld_sample.h143 unsigned pot_height:1; member
Dlp_bld_sample_soa.c900 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest()
1073 bld->static_texture_state->pot_height, in lp_build_sample_image_linear()
Dlp_bld_sample.c118 state->pot_height = util_is_power_of_two(texture->height0); in lp_sampler_static_texture_state()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_resource.c337 uint32_t pot_height = util_next_power_of_two(height); in vc5_setup_slices() local
360 level_height = u_minify(pot_height, i); in vc5_setup_slices()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c446 uint32_t pot_height = util_next_power_of_two(height); in vc4_setup_slices() local
460 level_height = u_minify(pot_height, i); in vc4_setup_slices()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2773 texture->pot_height, in dump_fs_variant_key()