Searched refs:constNode (Results 1 – 3 of 3) sorted by relevance
670 glslang::TIntermConstantUnion* constNode = node->getRight()->getAsConstantUnion(); in mergeBlockDefinitions() local671 unsigned int memberIdx = constNode->getConstArray()[0].getUConst(); in mergeBlockDefinitions()676 delete constNode; in mergeBlockDefinitions()
472 TIntermTyped* constNode = intermediate.addConstantUnion(anon->getMemberNumber(), loc); in handleVariable() local473 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable()
674 TIntermTyped* constNode = intermediate.addConstantUnion(anon->getMemberNumber(), loc); in handleVariable() local675 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable()