Home
last modified time | relevance | path

Searched refs:getIVecComponent (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLPrefixExpression.h54 SKSL_INT getIVecComponent(int index) const override { in getIVecComponent() function
56 return -fOperand->getIVecComponent(index); in getIVecComponent()
DSkSLConstructor.h102 } else if (this->getIVecComponent(i) != c.getIVecComponent(i)) { in compareConstant()
170 SKSL_INT getIVecComponent(int n) const override { in getIVecComponent() function
DSkSLExpression.h125 virtual SKSL_INT getIVecComponent(int n) const { in getIVecComponent() function
DSkSLSwizzle.h117 int64_t value = ((Constructor&) *fBase).getIVecComponent(fComponents[0]); in constantPropagate()
/third_party/flutter/skia/src/sksl/
DSkSLCompiler.cpp548 } else if (c.getIVecComponent(i) != value) { in is_constant()