Searched refs:typedNode (Results 1 – 1 of 1) sorted by relevance
1279 TIntermTyped* typedNode; in addConstVectorNode() local1311 typedNode = intermediate.addConstantUnion(constArray, node->getType(), line); in addConstVectorNode()1312 return typedNode; in addConstVectorNode()1323 TIntermTyped* typedNode; in addConstMatrixNode() local1335 …typedNode = intermediate.addConstantUnion(&unionArray[size*index], tempConstantNode->getType(), li… in addConstMatrixNode()1343 return typedNode; in addConstMatrixNode()1355 TIntermTyped* typedNode; in addConstArrayNode() local1370 …typedNode = intermediate.addConstantUnion(&unionArray[arrayElementSize * index], tempConstantNode-… in addConstArrayNode()1378 return typedNode; in addConstArrayNode()1390 TIntermTyped *typedNode; in addConstStruct() local[all …]