Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp1130 TIntermTyped *operandCopy = node.mOperand->deepCopy(); in TIntermSwizzle() local
1131 ASSERT(operandCopy != nullptr); in TIntermSwizzle()
1132 mOperand = operandCopy; in TIntermSwizzle()
1151 TIntermTyped *operandCopy = node.mOperand->deepCopy(); in TIntermUnary() local
1152 ASSERT(operandCopy != nullptr); in TIntermUnary()
1153 mOperand = operandCopy; in TIntermUnary()