Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_resource.c336 uint32_t pot_width = util_next_power_of_two(width); in vc5_setup_slices() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c445 uint32_t pot_width = util_next_power_of_two(width); in vc4_setup_slices() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h142 unsigned pot_width:1; /**< is the width a power of two? */ member