Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp414 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion(); in addBinaryMath() local
415 if (leftTempConstant && rightTempConstant) { in addBinaryMath()
416 …TIntermTyped *typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink); in addBinaryMath()
DParseHelper.cpp3662 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion(); in addFunctionCallOrMethod() local
3663 if (leftTempConstant && rightTempConstant) in addFunctionCallOrMethod()
3665 TIntermTyped *typedReturnNode = leftTempConstant->fold(op, rightTempConstant, infoSink()); in addFunctionCallOrMethod()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp150 TIntermConstantUnion *rightTempConstant = node->getRight()->getAsConstantUnion(); in addBinaryMath() local
151 if (leftTempConstant && rightTempConstant) { in addBinaryMath()
152 TIntermTyped* folded = leftTempConstant->fold(node->getOp(), rightTempConstant); in addBinaryMath()