Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DExpandIntegerPowExpressions.cpp81 const TIntermConstantUnion *constantExponent = sequence->at(1)->getAsConstantUnion(); in visitAggregate() local
84 if (!constantExponent || constantExponent->getNominalSize() != 1) in visitAggregate()
89 float exponentValue = constantExponent->getConstantValue()->getFConst(); in visitAggregate()