Searched refs:typedNode (Results 1 – 2 of 2) sorted by relevance
2185 TIntermTyped* typedNode; in addConstVectorNode() local2220 typedNode = intermediate.addConstantUnion(constArray, type, line); in addConstVectorNode()2221 return typedNode; in addConstVectorNode()2232 TIntermTyped* typedNode; in addConstMatrixNode() local2247 …typedNode = intermediate.addConstantUnion(&unionArray[size*index], tempConstantNode->getType(), li… in addConstMatrixNode()2255 return typedNode; in addConstMatrixNode()2267 TIntermTyped* typedNode; in addConstArrayNode() local2285 …typedNode = intermediate.addConstantUnion(&unionArray[arrayElementSize * index], tempConstantNode-… in addConstArrayNode()2293 return typedNode; in addConstArrayNode()2305 TIntermTyped *typedNode; in addConstStruct() local[all …]
3585 TIntermTyped* typedNode = operands[i]->getAsTyped(); in propagatePrecision() local3586 if (! typedNode) in propagatePrecision()3588 typedNode->propagatePrecision(newPrecision); in propagatePrecision()3596 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision() local3597 if (typedNode) { in propagatePrecision()3598 typedNode->propagatePrecision(newPrecision); in propagatePrecision()3599 typedNode = selectionNode->getFalseBlock()->getAsTyped(); in propagatePrecision()3600 if (typedNode) in propagatePrecision()3601 typedNode->propagatePrecision(newPrecision); in propagatePrecision()