Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dralloc.c556 #define ALIGN_POT(x, y) (((x) + (y) - 1) & ~((y) - 1)) macro
638 size = ALIGN_POT(size, SUBALLOC_ALIGNMENT); in linear_alloc_child()
667 size = ALIGN_POT(size, SUBALLOC_ALIGNMENT); in linear_alloc_parent()