Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c88 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); in v3d_setup_slices() local
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c541 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); in v3d_setup_slices() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c365 uint32_t pot_height = util_next_power_of_two(height); in vc4_setup_slices() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h180 unsigned pot_height:1; member

Completed in 7 milliseconds