Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp1896 TIntermConstantUnion *operandConstant = mOperand->getAsConstantUnion(); in fold() local
1897 if (operandConstant == nullptr) in fold()
1906 operandConstant->getType(), operandConstant->getConstantValue(), mSwizzleOffsets.at(i)); in fold()
2061 TIntermConstantUnion *operandConstant = mOperand->getAsConstantUnion(); in fold() local
2062 if (operandConstant == nullptr) in fold()
2085 constArray = operandConstant->foldUnaryNonComponentWise(mOp); in fold()
2088 constArray = operandConstant->foldUnaryComponentWise(mOp, mFunction, diagnostics); in fold()