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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmacros.h287 #define ALIGN_POT(x, pot_align) (((x) + (pot_align) - 1) & ~((pot_align) - 1)) macro
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmacros.h374 #define ALIGN_POT(x, pot_align) (((x) + (pot_align) - 1) & ~((pot_align) - 1)) macro

Completed in 4 milliseconds