Home
last modified time | relevance | path

Searched refs:newExpression (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/sksl/
DSkSLCompiler.cpp503 std::unique_ptr<Expression>* newExpression) { in try_replace_expression() argument
506 *target = std::move(*newExpression); in try_replace_expression()
509 *target = std::move(*newExpression); in try_replace_expression()
/external/skia/src/sksl/
DSkSLCompiler.cpp503 std::unique_ptr<Expression>* newExpression) { in try_replace_expression() argument
506 *target = std::move(*newExpression); in try_replace_expression()
509 *target = std::move(*newExpression); in try_replace_expression()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp7742 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence() local
7743 if (prevExpression == nullptr && newExpression == nullptr) in wrapupSwitchSubsequence()
7746 newExpression != nullptr && in wrapupSwitchSubsequence()
7748 newExpression->getAsConstantUnion() && in wrapupSwitchSubsequence()
7750 newExpression->getAsConstantUnion()->getConstArray()[0].getIConst()) in wrapupSwitchSubsequence()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9069 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence() local
9070 if (prevExpression == nullptr && newExpression == nullptr) in wrapupSwitchSubsequence()
9073 newExpression != nullptr && in wrapupSwitchSubsequence()
9075 newExpression->getAsConstantUnion() && in wrapupSwitchSubsequence()
9077 newExpression->getAsConstantUnion()->getConstArray()[0].getIConst()) in wrapupSwitchSubsequence()