Home
last modified time | relevance | path

Searched refs:supportsConstantValues (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLExpression.h103 virtual bool supportsConstantValues() const { in supportsConstantValues() function
117 SkASSERT(!this->supportsConstantValues()); in getConstantValue()
DSkSLConstructorDiagonalMatrix.h46 bool supportsConstantValues() const override { return true; } in supportsConstantValues() function
DSkSLConstructorMatrixResize.h47 bool supportsConstantValues() const override { return true; } in supportsConstantValues() function
DSkSLConstructorSplat.h48 bool supportsConstantValues() const override { in supportsConstantValues() function
DSkSLConstructor.h45 bool supportsConstantValues() const override { return true; } in supportsConstantValues() function
DSkSLLiteral.h126 bool supportsConstantValues() const override { in supportsConstantValues() function
DSkSLConstructor.cpp195 if (!other.supportsConstantValues()) { in compareConstant()
DSkSLType.cpp1310 if (valueExpr->supportsConstantValues() && !valueExpr->type().isUnsizedArray()) { in checkForOutOfRangeLiteral()
/external/skia/src/sksl/codegen/
DSkSLRasterPipelineCodeGenerator.cpp2706 if (!expr.supportsConstantValues()) { in getImmutableValueForExpression()