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

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon.h235 #define RADEON_ALIGN(x,bytes) (((x) + ((bytes) - 1)) & ~((bytes) - 1)) macro
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon.h260 #define RADEON_ALIGN(x,bytes) (((x) + ((bytes) - 1)) & ~((bytes) - 1)) macro

Completed in 6 milliseconds