Lines Matching refs:getAsConstantUnion
336 const TIntermConstantUnion* asConst = swizzle->getRight()->getAsConstantUnion(); in handleLvalue()
345 compIsSet[seq[comp]->getAsConstantUnion()->getConstArray()[0].getIConst()] = true; in handleLvalue()
813 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst(); in handleBracketDereference()
1747 …intermediate.setLocalSize(lid, sequence[lid]->getAsConstantUnion()->getConstArray()[0].getIConst()… in handleEntryPointAttributes()
3047 … intermediate.addConstantUnion(swizzle[i]->getAsConstantUnion()->getConstArray(), in handleAssignToMatrixSwizzle()
3052 … intermediate.addConstantUnion(swizzle[i+1]->getAsConstantUnion()->getConstArray(), in handleAssignToMatrixSwizzle()
5866 if (aggArgs[compArg]->getAsConstantUnion()) { in builtInOpCheck()
5867 int value = aggArgs[compArg]->getAsConstantUnion()->getConstArray()[0].getIConst(); in builtInOpCheck()
5902 if (aggArgs[arg]->getAsConstantUnion() == nullptr) in builtInOpCheck()
5907 int offset = aggArgs[arg]->getAsConstantUnion()->getConstArray()[c].getIConst(); in builtInOpCheck()
6582 TIntermConstantUnion* constant = expr->getAsConstantUnion(); in arraySizeCheck()
7014 const TIntermConstantUnion* constUnion = node->getAsConstantUnion(); in setLayoutQualifier()
7922 if (initializer == nullptr || !initializer->getAsConstantUnion() || in executeInitializer()
7930 variable->setConstArray(initializer->getAsConstantUnion()->getConstArray()); in executeInitializer()
8133 if (node->getAsConstantUnion() == nullptr && node->getAsSymbolNode() == nullptr) { in handleConstructor()
9074 prevExpression->getAsConstantUnion() && in wrapupSwitchSubsequence()
9075 newExpression->getAsConstantUnion() && in wrapupSwitchSubsequence()
9076 prevExpression->getAsConstantUnion()->getConstArray()[0].getIConst() == in wrapupSwitchSubsequence()
9077 newExpression->getAsConstantUnion()->getConstArray()[0].getIConst()) in wrapupSwitchSubsequence()