Searched refs:operandCopy (Results 1 – 1 of 1) sorted by relevance
1130 TIntermTyped *operandCopy = node.mOperand->deepCopy(); in TIntermSwizzle() local1131 ASSERT(operandCopy != nullptr); in TIntermSwizzle()1132 mOperand = operandCopy; in TIntermSwizzle()1151 TIntermTyped *operandCopy = node.mOperand->deepCopy(); in TIntermUnary() local1152 ASSERT(operandCopy != nullptr); in TIntermUnary()1153 mOperand = operandCopy; in TIntermUnary()