Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp7739 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() local
7740 if (prevBranch) { in wrapupSwitchSubsequence()
7741 TIntermTyped* prevExpression = prevBranch->getExpression(); in wrapupSwitchSubsequence()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9066 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() local
9067 if (prevBranch) { in wrapupSwitchSubsequence()
9068 TIntermTyped* prevExpression = prevBranch->getExpression(); in wrapupSwitchSubsequence()