Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c89 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1)); in v3d_setup_slices() local
125 level_depth = u_minify(pot_depth, i); in v3d_setup_slices()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h181 unsigned pot_depth:1; member
H A 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()
H A Dlp_bld_sample.c121 state->pot_depth = util_is_power_of_two_or_zero(texture->depth0); in lp_sampler_static_texture_state()
159 state->pot_depth = util_is_power_of_two_or_zero(resource->depth0); in lp_sampler_static_texture_state_image()
H A Dlp_bld_sample_soa.c917 bld->static_texture_state->pot_depth, in lp_build_sample_image_nearest()
1112 bld->static_texture_state->pot_depth, in lp_build_sample_image_linear()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c542 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1)); in v3d_setup_slices() local
577 level_depth = u_minify(pot_depth, i); in v3d_setup_slices()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c708 texture->pot_depth); in dump_cs_variant_key()
723 image->pot_depth); in dump_cs_variant_key()
H A Dlp_state_fs.c3561 texture->pot_depth); in dump_fs_variant_key()
3576 image->pot_depth); in dump_fs_variant_key()

Completed in 26 milliseconds