Home
last modified time | relevance | path

Searched refs:switchSequence (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp7728 TIntermSequence* switchSequence = switchSequenceStack.back(); in wrapupSwitchSubsequence() local
7731 if (switchSequence->size() == 0) in wrapupSwitchSubsequence()
7734 switchSequence->push_back(statements); in wrapupSwitchSubsequence()
7738 for (unsigned int s = 0; s < switchSequence->size(); ++s) { in wrapupSwitchSubsequence()
7739 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()
7754 switchSequence->push_back(branchNode); in wrapupSwitchSubsequence()
7775 TIntermSequence* switchSequence = switchSequenceStack.back(); in addSwitch() local
7776 if (switchSequence->size() == 0) in addSwitch()
7792 switchSequence->push_back(lastStatements); in addSwitch()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9057 TIntermSequence* switchSequence = switchSequenceStack.back(); in wrapupSwitchSubsequence() local
9061 switchSequence->push_back(statements); in wrapupSwitchSubsequence()
9065 for (unsigned int s = 0; s < switchSequence->size(); ++s) { in wrapupSwitchSubsequence()
9066 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()
9081 switchSequence->push_back(branchNode); in wrapupSwitchSubsequence()
9100 TIntermSequence* switchSequence = switchSequenceStack.back(); in addSwitch() local
9101 if (switchSequence->size() == 0) in addSwitch()
9108 switchSequence->push_back(lastStatements); in addSwitch()