Home
last modified time | relevance | path

Searched defs:testExpr (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLTernaryExpression.cpp69 const Expression* testExpr = ConstantFolder::GetConstantValueForVariable(*test); in Make() local
/third_party/skia/m133/src/sksl/ir/
DSkSLTernaryExpression.cpp81 const Expression* testExpr = ConstantFolder::GetConstantValueForVariable(*test); in Make() local
/third_party/skia/m133/src/sksl/codegen/
DSkSLWGSLCodeGenerator.cpp2121 std::string testExpr = this->assembleExpression(*s.test(), Precedence::kExpression); in writeForStatement() local
2170 std::string testExpr = this->assembleExpression(*s.test(), Precedence::kExpression); in writeIfStatement() local
3763 std::string testExpr = this->assembleExpression(*t.test(), Precedence::kExpression); in assembleTernaryExpression() local
/third_party/skia/m133/src/sksl/
DSkSLInliner.cpp431 std::unique_ptr<Expression> testExpr = expr(f.test()); in inlineStatement() local