Home
last modified time | relevance | path

Searched defs:pot_depth (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c91 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1)); in v3d_setup_slices() local
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c512 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1)); in v3d_setup_slices() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h175 unsigned pot_depth:1; member