Searched refs:RADEON_OFFSET_MASK (Results 1 – 5 of 5) 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