Home
last modified time | relevance | path

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

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