Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:AlignedBy4

1051     bool AlignedBy4 = (Align % 4 == 0);
1053 *IsFast = AlignedBy4;
1055 return AlignedBy4;