Home | History | Annotate | Download | only in hlsl

Lines Matching refs:getAsConstantUnion

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