Home
last modified time | relevance | path

Searched refs:pot_depth (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c90 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1)); in v3d_setup_slices() local
126 level_depth = u_minify(pot_depth, i); in v3d_setup_slices()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c532 bld->static_texture_state->pot_depth, in lp_build_sample_image_nearest()
910 bld->static_texture_state->pot_depth, in lp_build_sample_image_linear()
Dlp_bld_sample.h176 unsigned pot_depth:1; member
Dlp_bld_sample.c119 state->pot_depth = util_is_power_of_two_or_zero(texture->depth0); in lp_sampler_static_texture_state()
155 state->pot_depth = util_is_power_of_two_or_zero(resource->depth0); in lp_sampler_static_texture_state_image()
Dlp_bld_sample_soa.c917 bld->static_texture_state->pot_depth, in lp_build_sample_image_nearest()
1110 bld->static_texture_state->pot_depth, in lp_build_sample_image_linear()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c541 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1)); in v3d_setup_slices() local
576 level_depth = u_minify(pot_depth, i); in v3d_setup_slices()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c682 texture->pot_depth); in dump_cs_variant_key()
697 image->pot_depth); in dump_cs_variant_key()
Dlp_state_fs.c3483 texture->pot_depth); in dump_fs_variant_key()
3498 image->pot_depth); in dump_fs_variant_key()