Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c89 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); in v3d_setup_slices() local
120 level_width = u_minify(pot_width, i); in v3d_setup_slices()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h173 unsigned pot_width:1; /**< is the width a power of two? */ member
Dlp_bld_sample_aos.c512 bld->static_texture_state->pot_width, in lp_build_sample_image_nearest()
869 bld->static_texture_state->pot_width, in lp_build_sample_image_linear()
Dlp_bld_sample.c117 state->pot_width = util_is_power_of_two_or_zero(texture->width0); in lp_sampler_static_texture_state()
153 state->pot_width = util_is_power_of_two_or_zero(resource->width0); in lp_sampler_static_texture_state_image()
Dlp_bld_sample_soa.c902 bld->static_texture_state->pot_width, in lp_build_sample_image_nearest()
1087 bld->static_texture_state->pot_width, in lp_build_sample_image_linear()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c510 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); in v3d_setup_slices() local
541 level_width = u_minify(pot_width, i); in v3d_setup_slices()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c349 uint32_t pot_width = util_next_power_of_two(width); in vc4_setup_slices() local
363 level_width = u_minify(pot_width, i); in vc4_setup_slices()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c648 texture->pot_width, in dump_cs_variant_key()
663 image->pot_width, in dump_cs_variant_key()
Dlp_state_fs.c3412 texture->pot_width, in dump_fs_variant_key()
3427 image->pot_width, in dump_fs_variant_key()