Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLConstructorSplat.cpp28 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
DSkSLConstructorCompound.cpp79 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
DSkSLConstructorCompoundCast.cpp86 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
DSkSLConstructorScalarCast.cpp95 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
/external/skia/src/sksl/
DSkSLConstantFolder.h50 static std::unique_ptr<Expression> MakeConstantValueForVariable(
DSkSLConstantFolder.cpp236 std::unique_ptr<Expression> ConstantFolder::MakeConstantValueForVariable( in MakeConstantValueForVariable() function in SkSL::ConstantFolder