Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp1800 TIntermConstantUnion *operandConstant = mOperand->getAsConstantUnion(); in fold() local
1801 if (operandConstant == nullptr) in fold()
1810 operandConstant->getType(), operandConstant->getConstantValue(), mSwizzleOffsets.at(i)); in fold()
1965 TIntermConstantUnion *operandConstant = mOperand->getAsConstantUnion(); in fold() local
1966 if (operandConstant == nullptr) in fold()
1989 constArray = operandConstant->foldUnaryNonComponentWise(mOp); in fold()
1992 constArray = operandConstant->foldUnaryComponentWise(mOp, diagnostics); in fold()