Home
last modified time | relevance | path

Searched refs:pot_height (Results 1 – 6 of 6) 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.h142 unsigned pot_height:1; member
Dlp_bld_sample_soa.c765 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest()
945 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/vc4/
Dvc4_resource.c410 uint32_t pot_height = util_next_power_of_two(height); in vc4_setup_slices() local
424 level_height = u_minify(pot_height, i); in vc4_setup_slices()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2752 texture->pot_height, in dump_fs_variant_key()