Lines Matching refs:getConstantValue
107 skstd::optional<double> arg0Value = arg0->getConstantValue(arg0Index);
113 arg1Value = arg1->getConstantValue(arg1Index);
182 skstd::optional<double> leftValue = left->getConstantValue(index);
183 skstd::optional<double> rightValue = right->getConstantValue(index);
219 skstd::optional<double> arg0Value = arg0->getConstantValue(arg0Index);
225 arg1Value = arg1->getConstantValue(arg1Index);
232 arg2Value = arg2->getConstantValue(arg2Index);
429 mat[index] = *expr->getConstantValue(index);
445 return *arguments[idx]->getConstantValue(col);
610 SKSL_INT x = *arguments[0]->getConstantValue(0);