Home | History | Annotate | Download | only in hlsl

Lines Matching refs:nextLocation

1256             if (flattenData.nextLocation != TQualifier::layoutLocationEnd) {
1257 memberVariable->getWritableType().getQualifier().layoutLocation = flattenData.nextLocation;
1258 flattenData.nextLocation += intermediate.computeTypeLocationSize(memberVariable->getType(), language);
1259 nextOutLocation = std::max(nextOutLocation, flattenData.nextLocation);
8659 int nextLocation = 0; // by the rule above, initial value is not relevant
8661 nextLocation = qualifier.layoutLocation;
8675 if (nextLocation >= (int)TQualifier::layoutLocationEnd)
8677 memberQualifier.layoutLocation = nextLocation;
8680 nextLocation = memberQualifier.layoutLocation +