Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/ir/
DSkSLConstructor.h99 if (this->getFVecComponent(i) != c.getFVecComponent(i)) { in compareConstant()
162 SKSL_FLOAT getFVecComponent(int n) const override { in getFVecComponent() function
208 return arg->getFVecComponent(targetIndex - currentIndex); in getMatComponent()
DSkSLPrefixExpression.h49 SKSL_FLOAT getFVecComponent(int index) const override { in getFVecComponent() function
51 return -fOperand->getFVecComponent(index); in getFVecComponent()
DSkSLExpression.h116 virtual SKSL_FLOAT getFVecComponent(int n) const { in getFVecComponent() function
DSkSLSwizzle.h123 double value = ((Constructor&) *fBase).getFVecComponent(fComponents[0]); in constantPropagate()
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp1601 float value = left.getFVecComponent(i) op \ in constantFold()
1602 right.getFVecComponent(i); \ in constantFold()
1619 SKSL_FLOAT rvalue = right.getFVecComponent(i); in constantFold()
1624 float value = left.getFVecComponent(i) / rvalue; in constantFold()
DSkSLCompiler.cpp545 if (c.getFVecComponent(i) != value) { in is_constant()