Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c119 uint32_t pot_width = 2 * v3d_get_dimension_mpad(width, in v3d_setup_plane_slices() local
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c595 uint32_t pot_width = 2 * v3d_get_dimension_mpad(width, in v3d_setup_slices() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c392 uint32_t pot_width = util_next_power_of_two(width); in vc4_setup_slices() local
/external/mesa3d/src/asahi/compiler/
Dagx_register_allocate.c304 unsigned pot_width = util_next_power_of_two(real_width); in agx_calc_register_demand() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h200 unsigned pot_width:1; /**< is the width a power of two? */ member