Home | History | Annotate | Download | only in hlsl

Lines Matching refs:switchSequence

9057     TIntermSequence* switchSequence = switchSequenceStack.back();
9061 switchSequence->push_back(statements);
9065 for (unsigned int s = 0; s < switchSequence->size(); ++s) {
9066 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode();
9081 switchSequence->push_back(branchNode);
9100 TIntermSequence* switchSequence = switchSequenceStack.back();
9101 if (switchSequence->size() == 0)
9108 switchSequence->push_back(lastStatements);