Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c122 uint32_t pot_height = 2 * v3d_get_dimension_mpad(height, in v3d_setup_plane_slices() local
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c598 uint32_t pot_height = 2 * v3d_get_dimension_mpad(height, in v3d_setup_slices() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c393 uint32_t pot_height = util_next_power_of_two(height); in vc4_setup_slices() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h201 unsigned pot_height:1; member