Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:AlignedBy4

446     bool AlignedBy4 = (Align % 4 == 0);
448 *IsFast = AlignedBy4;
450 return AlignedBy4;