Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c87 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/
H A Dv3d_resource.c540 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/
H A Dvc4_resource.c364 uint32_t pot_width = util_next_power_of_two(width); in vc4_setup_slices() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h179 unsigned pot_width:1; /**< is the width a power of two? */ member

Completed in 6 milliseconds