Home
last modified time | relevance | path

Searched refs:roundup_power_of_two (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_aux.h306 #define roundup_power_of_two(x) ((x) != 0 ? 1 << igt_fls((x) - 1) : 0) macro
Digt_fb.c631 stride = roundup_power_of_two(stride); in calc_plane_stride()
668 size = roundup_power_of_two(size); in calc_plane_size()