/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | OutputTree.cpp | 281 const TConstantUnion *constantUnion = intermConstantUnion->getConstantValue(); in visitBinary() 569 switch (node->getConstantValue()[i].getType()) in visitConstantUnion() 572 if (node->getConstantValue()[i].getBConst()) in visitConstantUnion() 583 mOut << node->getConstantValue()[i].getFConst(); in visitConstantUnion() 587 mOut << node->getConstantValue()[i].getIConst(); in visitConstantUnion() 591 mOut << node->getConstantValue()[i].getUConst(); in visitConstantUnion() 596 node->getConstantValue()[i].getYuvCscStandardEXTConst()); in visitConstantUnion()
|
D | IntermNode.cpp | 493 const TConstantUnion *TIntermSymbol::getConstantValue() const in getConstantValue() function in sh::TIntermSymbol 705 const TConstantUnion *TIntermAggregate::getConstantValue() const in getConstantValue() function in sh::TIntermAggregate 724 constructorArg->getAsTyped()->getConstantValue(); in getConstantValue() 744 const TConstantUnion *argumentConstantValue = argumentTyped->getConstantValue(); in getConstantValue() 816 const TConstantUnion *argumentConstantValue = argumentTyped->getConstantValue(); in getConstantValue() 988 const TConstantUnion *TIntermTyped::getConstantValue() const in getConstantValue() function in sh::TIntermTyped 1703 const TConstantUnion *TIntermConstantUnion::getConstantValue() const in getConstantValue() function in sh::TIntermConstantUnion 1768 operandConstant->getType(), operandConstant->getConstantValue(), mSwizzleOffsets.at(i)); in fold() 1775 const TConstantUnion *rightConstant = mRight->getConstantValue(); in fold() 1810 const TConstantUnion *constantValue = getConstantValue(); in fold() [all …]
|
D | IntermNode.h | 144 virtual const TConstantUnion *getConstantValue() const; 256 const TConstantUnion *getConstantValue() const override; 316 const TConstantUnion *getConstantValue() const override; 461 const TConstantUnion *getConstantValue() const override; 593 const TConstantUnion *getConstantValue() const override;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | OutputTree.cpp | 282 const TConstantUnion *constantUnion = intermConstantUnion->getConstantValue(); in visitBinary() 593 switch (node->getConstantValue()[i].getType()) in visitConstantUnion() 596 if (node->getConstantValue()[i].getBConst()) in visitConstantUnion() 607 mOut << node->getConstantValue()[i].getFConst(); in visitConstantUnion() 611 mOut << node->getConstantValue()[i].getIConst(); in visitConstantUnion() 615 mOut << node->getConstantValue()[i].getUConst(); in visitConstantUnion() 620 node->getConstantValue()[i].getYuvCscStandardEXTConst()); in visitConstantUnion()
|
D | IntermNode.cpp | 572 const TConstantUnion *TIntermSymbol::getConstantValue() const in getConstantValue() function in sh::TIntermSymbol 832 const TConstantUnion *TIntermAggregate::getConstantValue() const in getConstantValue() function in sh::TIntermAggregate 851 constructorArg->getAsTyped()->getConstantValue(); in getConstantValue() 871 const TConstantUnion *argumentConstantValue = argumentTyped->getConstantValue(); in getConstantValue() 943 const TConstantUnion *argumentConstantValue = argumentTyped->getConstantValue(); in getConstantValue() 1130 const TConstantUnion *TIntermTyped::getConstantValue() const in getConstantValue() function in sh::TIntermTyped 2054 const TConstantUnion *TIntermConstantUnion::getConstantValue() const in getConstantValue() function in sh::TIntermConstantUnion 2119 operandConstant->getType(), operandConstant->getConstantValue(), mSwizzleOffsets.at(i)); in fold() 2126 const TConstantUnion *rightConstant = mRight->getConstantValue(); in fold() 2161 const TConstantUnion *constantValue = getConstantValue(); in fold() [all …]
|
D | IntermNode.h | 150 virtual const TConstantUnion *getConstantValue() const; 290 const TConstantUnion *getConstantValue() const override; 351 const TConstantUnion *getConstantValue() const override; 500 const TConstantUnion *getConstantValue() const override; 631 const TConstantUnion *getConstantValue() const override;
|
D | ValidateClipCullDistance.cpp | 107 const TConstantUnion *constIdx = node->getRight()->getConstantValue(); in visitBinary()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLConstructor.cpp | 176 skstd::optional<double> AnyConstructor::getConstantValue(int n) const { in getConstantValue() function in SkSL::AnyConstructor 181 return arg->getConstantValue(n); in getConstantValue() 200 skstd::optional<double> left = this->getConstantValue(n); in compareConstant() 204 skstd::optional<double> right = other.getConstantValue(n); in compareConstant()
|
D | SkSLConstructorDiagonalMatrix.cpp | 32 skstd::optional<double> ConstructorDiagonalMatrix::getConstantValue(int n) const { in getConstantValue() function in SkSL::ConstructorDiagonalMatrix 42 return (col == row) ? this->argument()->getConstantValue(0) : 0.0; in getConstantValue()
|
D | SkSLConstructorMatrixResize.cpp | 31 skstd::optional<double> ConstructorMatrixResize::getConstantValue(int n) const { in getConstantValue() function in SkSL::ConstructorMatrixResize 51 return this->argument()->getConstantValue(n); in getConstantValue()
|
D | SkSLConstructorSplat.h | 51 skstd::optional<double> getConstantValue(int n) const override { in getConstantValue() function 53 return this->argument()->getConstantValue(0); in getConstantValue()
|
D | SkSLFunctionCall.cpp | 107 skstd::optional<double> arg0Value = arg0->getConstantValue(arg0Index); in coalesce_n_way_vector() 113 arg1Value = arg1->getConstantValue(arg1Index); in coalesce_n_way_vector() 182 skstd::optional<double> leftValue = left->getConstantValue(index); in optimize_comparison() 183 skstd::optional<double> rightValue = right->getConstantValue(index); in optimize_comparison() 219 skstd::optional<double> arg0Value = arg0->getConstantValue(arg0Index); in evaluate_n_way_intrinsic() 225 arg1Value = arg1->getConstantValue(arg1Index); in evaluate_n_way_intrinsic() 232 arg2Value = arg2->getConstantValue(arg2Index); in evaluate_n_way_intrinsic() 429 mat[index] = *expr->getConstantValue(index); in extract_matrix() 445 return *arguments[idx]->getConstantValue(col); in optimize_intrinsic_call() 610 SKSL_INT x = *arguments[0]->getConstantValue(0); in optimize_intrinsic_call()
|
D | SkSLConstructorMatrixResize.h | 44 skstd::optional<double> getConstantValue(int n) const override;
|
D | SkSLConstructorDiagonalMatrix.h | 44 skstd::optional<double> getConstantValue(int n) const override;
|
D | SkSLConstructorCompoundCast.cpp | 55 skstd::optional<double> slotVal = constCtor->getConstantValue(index); in cast_constant_composite()
|
D | SkSLExpression.h | 202 virtual skstd::optional<double> getConstantValue(int n) const { in getConstantValue() function
|
D | SkSLConstructor.h | 71 skstd::optional<double> getConstantValue(int n) const override;
|
D | SkSLLiteral.h | 135 skstd::optional<double> getConstantValue(int n) const override { in getConstantValue() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 594 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine 621 Result.AggregateVal[i] = getConstantValue(ElemUndef); in getConstantValue() 648 GenericValue Result = getConstantValue(Op0); in getConstantValue() 657 GenericValue GV = getConstantValue(Op0); in getConstantValue() 663 GenericValue GV = getConstantValue(Op0); in getConstantValue() 669 GenericValue GV = getConstantValue(Op0); in getConstantValue() 676 GenericValue GV = getConstantValue(Op0); in getConstantValue() 682 GenericValue GV = getConstantValue(Op0); in getConstantValue() 687 GenericValue GV = getConstantValue(Op0); in getConstantValue() 702 GenericValue GV = getConstantValue(Op0); in getConstantValue() [all …]
|
/third_party/skia/src/sksl/ |
D | SkSLConstantFolder.cpp | 121 double value = foldFn(*left.getConstantValue(i), *right.getConstantValue(i)); in simplify_vector() 160 skstd::optional<double> slotVal = expr.getConstantValue(index); in contains_constant_zero() 171 skstd::optional<double> slotVal = expr.getConstantValue(index); in is_constant_value()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | ExpandIntegerPowExpressions.cpp | 82 float exponentValue = constantExponent->getConstantValue()->getFConst(); in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | ExpandIntegerPowExpressions.cpp | 89 float exponentValue = constantExponent->getConstantValue()->getFConst(); in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | RewriteSampleMaskVariable.cpp | 82 const TConstantUnion *constIdx = node->getRight()->getConstantValue(); in visitBinary()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ConstantFoldingTest.h | 57 if (!isEqual(node->getConstantValue()[i], mConstantVector[i])) in visitConstantUnion()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ConstantFoldingTest.h | 57 if (!isEqual(node->getConstantValue()[i], mConstantVector[i])) in visitConstantUnion()
|