Searched refs:pitch_mask (Results 1 – 1 of 1) sorted by relevance
1265 unsigned int pitch_mask = 0; in amdgpu_gem_align_pitch() local1270 pitch_mask = 255; in amdgpu_gem_align_pitch()1273 pitch_mask = 127; in amdgpu_gem_align_pitch()1277 pitch_mask = 63; in amdgpu_gem_align_pitch()1281 if (check_add_overflow(aligned, pitch_mask, &aligned)) in amdgpu_gem_align_pitch()1283 aligned &= ~pitch_mask; in amdgpu_gem_align_pitch()