Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp410 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion(); in addBinaryMath() local
412 if (leftTempConstant && rightTempConstant) { in addBinaryMath()
413 …TIntermTyped *typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink); in addBinaryMath()
DParseHelper.cpp3719 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion(); in addFunctionCallOrMethod() local
3721 if (leftTempConstant && rightTempConstant) in addFunctionCallOrMethod()
3723 TIntermTyped *typedReturnNode = leftTempConstant->fold(op, rightTempConstant, infoSink()); in addFunctionCallOrMethod()