Searched refs:nextLocation (Results 1 – 7 of 7) sorted by relevance
229 nextLocation(TQualifier::layoutLocationEnd) { } in TFlattenData()230 TFlattenData(int nb, int nl) : nextBinding(nb), nextLocation(nl) { } in TFlattenData()235 unsigned int nextLocation; // next location to use member
1262 if (flattenData.nextLocation != TQualifier::layoutLocationEnd) { in addFlattenedMember()1263 … memberVariable->getWritableType().getQualifier().layoutLocation = flattenData.nextLocation; in addFlattenedMember()1264 …flattenData.nextLocation += intermediate.computeTypeLocationSize(memberVariable->getType(), langua… in addFlattenedMember()1265 nextOutLocation = std::max(nextOutLocation, flattenData.nextLocation); in addFlattenedMember()8952 int nextLocation = 0; // by the rule above, initial value is not relevant in fixBlockLocations() local8954 nextLocation = qualifier.layoutLocation; in fixBlockLocations()8968 if (nextLocation >= (int)TQualifier::layoutLocationEnd) in fixBlockLocations()8970 memberQualifier.layoutLocation = nextLocation; in fixBlockLocations()8973 nextLocation = memberQualifier.layoutLocation + in fixBlockLocations()
552 private _emitCurrentCharacterToken(nextLocation: Location | null): void {556 if (nextLocation && this.currentCharacterToken.location) {557 this.currentCharacterToken.location.endLine = nextLocation.startLine;558 this.currentCharacterToken.location.endCol = nextLocation.startCol;559 this.currentCharacterToken.location.endOffset = nextLocation.startOffset;
883 int& nextLocation = type.getQualifier().isPipeInput() ? nextInputLocation : nextOutputLocation; in resolveInOutLocation() local886 int location = nextLocation; in resolveInOutLocation()891 nextLocation += typeLocationSize; in resolveInOutLocation()
9236 int nextLocation = 0; // by the rule above, initial value is not relevant in fixBlockLocations() local9238 nextLocation = qualifier.layoutLocation; in fixBlockLocations()9252 if (nextLocation >= (int)TQualifier::layoutLocationEnd) in fixBlockLocations()9254 memberQualifier.layoutLocation = nextLocation; in fixBlockLocations()9257 … nextLocation = memberQualifier.layoutLocation + intermediate.computeTypeLocationSize( in fixBlockLocations()
4006 size_t nextLocation = 0; in generateMultiPassTest() local4007 …perPass.floatColor1Location = (passAttachments[passNdx] & 1) != 0 ? locations[nextLocation++] : -1; in generateMultiPassTest()4008 …perPass.floatColor2Location = (passAttachments[passNdx] & 2) != 0 ? locations[nextLocation++] : -1; in generateMultiPassTest()4009 perPass.intColorLocation = (passAttachments[passNdx] & 4) != 0 ? locations[nextLocation++] : -1; in generateMultiPassTest()