Home
last modified time | relevance | path

Searched refs:argConstant (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.cpp3212 TIntermConstantUnion *argConstant = (*arguments)[i]->getAsConstantUnion(); in FoldAggregateBuiltIn() local
3213 ASSERT(argConstant != nullptr); // Should be checked already. in FoldAggregateBuiltIn()
3217 basicType = argConstant->getType().getBasicType(); in FoldAggregateBuiltIn()
3218 loc = argConstant->getLine(); in FoldAggregateBuiltIn()
3220 unionArrays[i] = argConstant->getConstantValue(); in FoldAggregateBuiltIn()
3221 objectSizes[i] = argConstant->getType().getObjectSize(); in FoldAggregateBuiltIn()