Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c90 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); in v3d_setup_slices() local
121 level_height = u_minify(pot_height, i); in v3d_setup_slices()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h174 unsigned pot_height:1; member
Dlp_bld_sample_aos.c522 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest()
899 bld->static_texture_state->pot_height, in lp_build_sample_image_linear()
Dlp_bld_sample.c118 state->pot_height = util_is_power_of_two_or_zero(texture->height0); in lp_sampler_static_texture_state()
154 state->pot_height = util_is_power_of_two_or_zero(resource->height0); in lp_sampler_static_texture_state_image()
Dlp_bld_sample_soa.c909 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest()
1098 bld->static_texture_state->pot_height, in lp_build_sample_image_linear()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c511 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); in v3d_setup_slices() local
542 level_height = u_minify(pot_height, i); in v3d_setup_slices()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c350 uint32_t pot_height = util_next_power_of_two(height); in vc4_setup_slices() local
364 level_height = u_minify(pot_height, i); in vc4_setup_slices()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c649 texture->pot_height, in dump_cs_variant_key()
664 image->pot_height, in dump_cs_variant_key()
Dlp_state_fs.c3413 texture->pot_height, in dump_fs_variant_key()
3428 image->pot_height, in dump_fs_variant_key()