Home
last modified time | relevance | path

Searched defs:pot_width (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c88 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); in v3d_setup_slices() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c539 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); in v3d_setup_slices() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c377 uint32_t pot_width = util_next_power_of_two(width); in vc4_setup_slices() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h174 unsigned pot_width:1; /**< is the width a power of two? */ member