Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp505 TIntermConstantUnion *childTempConstant = 0; in addUnaryMath() local
507 childTempConstant = child->getAsConstantUnion(); in addUnaryMath()
519 if (childTempConstant) { in addUnaryMath()
520 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink); in addUnaryMath()