Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_aux.h306 #define roundup_power_of_two(x) ((x) != 0 ? 1 << igt_fls((x) - 1) : 0) macro
/aosp_15_r20/external/minigbm/
H A Di915.c577 #define roundup_power_of_two(x) ((x) != 0 ? 1ULL << gbm_fls((x) - 1) : 0) macro