Searched refs:leftComp (Results 1 – 1 of 1) sorted by relevance
3046 TIntermTyped* leftComp = intermediate.addIndex(EOpIndexDirect, matrix, in handleAssignToMatrixSwizzle() local3050 leftComp->setType(columnType); in handleAssignToMatrixSwizzle()3051 leftComp = intermediate.addIndex(EOpIndexDirect, leftComp, in handleAssignToMatrixSwizzle()3055 leftComp->setType(componentType); in handleAssignToMatrixSwizzle()3058 … result = intermediate.growAggregate(result, intermediate.addAssign(op, leftComp, rightComp, loc)); in handleAssignToMatrixSwizzle()