Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c87 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); in v3d_setup_slices() local
118 level_width = u_minify(pot_width, i); in v3d_setup_slices()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c364 uint32_t pot_width = util_next_power_of_two(width); in vc4_setup_slices() local
378 level_width = u_minify(pot_width, i); in vc4_setup_slices()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c512 bld->static_texture_state->pot_width, in lp_build_sample_image_nearest()
860 bld->static_texture_state->pot_width, in lp_build_sample_image_linear()
Dlp_bld_sample.h179 unsigned pot_width:1; /**< is the width a power of two? */ member
Dlp_bld_sample.c119 state->pot_width = util_is_power_of_two_or_zero(texture->width0); in lp_sampler_static_texture_state()
157 state->pot_width = util_is_power_of_two_or_zero(resource->width0); in lp_sampler_static_texture_state_image()
Dlp_bld_sample_soa.c903 bld->static_texture_state->pot_width, in lp_build_sample_image_nearest()
1090 bld->static_texture_state->pot_width, in lp_build_sample_image_linear()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c540 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); in v3d_setup_slices() local
571 level_width = u_minify(pot_width, i); in v3d_setup_slices()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c706 texture->pot_width, in dump_cs_variant_key()
721 image->pot_width, in dump_cs_variant_key()
Dlp_state_fs.c3559 texture->pot_width, in dump_fs_variant_key()
3574 image->pot_width, in dump_fs_variant_key()