Searched refs:RADEON_BUFFER_ALIGN (Results 1 – 1 of 1) sorted by relevance
45 #define RADEON_BUFFER_ALIGN 0x00000fff macro46 #define SURF_UPPER_BOUND(x,y,bpp) (((((x) * (((y) + 15) & ~15) * (bpp)/8) + RADEON_BUFFER_ALIGN) \47 & ~RADEON_BUFFER_ALIGN) - 1)