Home
last modified time | relevance | path

Searched refs:MakeConstantValueForVariable (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/sksl/
DSkSLConstantFolder.h49 static std::unique_ptr<Expression> MakeConstantValueForVariable(
DSkSLConstantFolder.cpp222 std::unique_ptr<Expression> ConstantFolder::MakeConstantValueForVariable( in MakeConstantValueForVariable() function in SkSL::ConstantFolder
/third_party/skia/src/sksl/ir/
DSkSLConstructorSplat.cpp29 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
DSkSLConstructorDiagonalMatrix.cpp27 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
DSkSLConstructorArrayCast.cpp58 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
DSkSLConstructorScalarCast.cpp70 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
DSkSLConstructorCompound.cpp83 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
DSkSLConstructorCompoundCast.cpp86 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()