Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c88 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); in v3d_setup_slices() local
119 level_height = u_minify(pot_height, i); in v3d_setup_slices()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c365 uint32_t pot_height = util_next_power_of_two(height); in vc4_setup_slices() local
379 level_height = u_minify(pot_height, i); in vc4_setup_slices()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c522 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest()
890 bld->static_texture_state->pot_height, in lp_build_sample_image_linear()
Dlp_bld_sample.h180 unsigned pot_height:1; member
Dlp_bld_sample.c120 state->pot_height = util_is_power_of_two_or_zero(texture->height0); in lp_sampler_static_texture_state()
158 state->pot_height = util_is_power_of_two_or_zero(resource->height0); in lp_sampler_static_texture_state_image()
Dlp_bld_sample_soa.c910 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest()
1101 bld->static_texture_state->pot_height, in lp_build_sample_image_linear()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c541 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); in v3d_setup_slices() local
572 level_height = u_minify(pot_height, i); in v3d_setup_slices()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c707 texture->pot_height, in dump_cs_variant_key()
722 image->pot_height, in dump_cs_variant_key()
Dlp_state_fs.c3560 texture->pot_height, in dump_fs_variant_key()
3575 image->pot_height, in dump_fs_variant_key()