Searched refs:isCompileTimeConstant (Results 1 – 12 of 12) sorted by relevance
117 virtual bool isCompileTimeConstant() const { in isCompileTimeConstant() function140 SkASSERT(!this->isCompileTimeConstant() || !this->hasSideEffects()); in isConstantOrUniform()141 return this->isCompileTimeConstant(); in isConstantOrUniform()
52 if (context.fConfig->fSettings.fOptimize && value->isCompileTimeConstant()) { in negate_operand()62 if (context.fConfig->fSettings.fOptimize && value->isCompileTimeConstant()) { in negate_operand()72 if (context.fConfig->fSettings.fOptimize && value->isCompileTimeConstant()) { in negate_operand()81 if (context.fConfig->fSettings.fOptimize && value->isCompileTimeConstant()) { in negate_operand()
53 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function55 if (!arg->isCompileTimeConstant()) { in isCompileTimeConstant()
37 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
50 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
56 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
55 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
57 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
89 if (arg->isCompileTimeConstant()) { in Make()
23 if (!expr->isCompileTimeConstant()) { in has_compile_time_constant_arguments()
225 if (expr->isCompileTimeConstant()) { in GetConstantValueForVariable()413 if (!left->isCompileTimeConstant() || !right->isCompileTimeConstant()) { in Simplify()
1192 SkASSERT(type.isVector() && c.isCompileTimeConstant()); in writeConstantVector()1607 if (c.isCompileTimeConstant()) { in writeVectorConstructor()1652 if (c.isCompileTimeConstant()) { in writeConstructorSplat()2724 t.ifTrue()->isCompileTimeConstant() && in writeTernaryExpression()2725 t.ifFalse()->isCompileTimeConstant()) { in writeTernaryExpression()