Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dmacros.h310 #define ALIGN_POT(x, pot_align) (((x) + (pot_align) - 1) & ~((pot_align) - 1)) macro
/external/virglrenderer/src/mesa/util/
Dmacros.h374 #define ALIGN_POT(x, pot_align) (((x) + (pot_align) - 1) & ~((pot_align) - 1)) macro