Searched refs:RADEON_OFFSET_MASK (Results 1 – 3 of 3) sorted by relevance
169 mt->totalsize = (curOffset + RADEON_OFFSET_MASK) & ~RADEON_OFFSET_MASK; in calculate_miptree_layout()
336 #define RADEON_OFFSET_MASK (RADEON_OFFSET_ALIGN - 1) macro