Home
last modified time | relevance | path

Searched defs:pot_depth (Results 1 – 3 of 3) 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
/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
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h176 unsigned pot_depth:1; member