Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dmacros.h356 #define ALIGN_POT(x, pot_align) (((x) + (pot_align) - 1) & ~((pot_align) - 1)) macro

Completed in 2 milliseconds