Searched refs:getFVecComponent (Results 1 – 6 of 6) sorted by relevance
99 if (this->getFVecComponent(i) != c.getFVecComponent(i)) { in compareConstant()162 SKSL_FLOAT getFVecComponent(int n) const override { in getFVecComponent() function208 return arg->getFVecComponent(targetIndex - currentIndex); in getMatComponent()
49 SKSL_FLOAT getFVecComponent(int index) const override { in getFVecComponent() function51 return -fOperand->getFVecComponent(index); in getFVecComponent()
116 virtual SKSL_FLOAT getFVecComponent(int n) const { in getFVecComponent() function
123 double value = ((Constructor&) *fBase).getFVecComponent(fComponents[0]); in constantPropagate()
1601 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()
545 if (c.getFVecComponent(i) != value) { in is_constant()