Searched refs:pitch_mask (Results 1 – 2 of 2) sorted by relevance
809 int pitch_mask = 0; in radeon_align_pitch() local813 pitch_mask = align_large ? 255 : 127; in radeon_align_pitch()816 pitch_mask = align_large ? 127 : 31; in radeon_align_pitch()820 pitch_mask = align_large ? 63 : 15; in radeon_align_pitch()824 aligned += pitch_mask; in radeon_align_pitch()825 aligned &= ~pitch_mask; in radeon_align_pitch()
922 int pitch_mask = 0; in amdgpu_gem_align_pitch() local926 pitch_mask = 255; in amdgpu_gem_align_pitch()929 pitch_mask = 127; in amdgpu_gem_align_pitch()933 pitch_mask = 63; in amdgpu_gem_align_pitch()937 aligned += pitch_mask; in amdgpu_gem_align_pitch()938 aligned &= ~pitch_mask; in amdgpu_gem_align_pitch()