Searched refs:promoteBinary (Results 1 – 3 of 3) sorted by relevance
/external/turbine/java/com/google/turbine/binder/ |
D | ConstEvaluator.java | 474 TurbineConstantTypeKind type = promoteBinary(position, a, b); in add() 492 TurbineConstantTypeKind type = promoteBinary(position, a, b); in subtract() 510 TurbineConstantTypeKind type = promoteBinary(position, a, b); in mult() 528 TurbineConstantTypeKind type = promoteBinary(position, a, b); in divide() 546 TurbineConstantTypeKind type = promoteBinary(position, a, b); in mod() 611 TurbineConstantTypeKind type = promoteBinary(position, a, b); in lessThan() 629 TurbineConstantTypeKind type = promoteBinary(position, a, b); in lessThanEqual() 647 TurbineConstantTypeKind type = promoteBinary(position, a, b); in greaterThan() 665 TurbineConstantTypeKind type = promoteBinary(position, a, b); in greaterThanEqual() 691 TurbineConstantTypeKind type = promoteBinary(position, a, b); in equal() [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 962 bool promoteBinary(TIntermBinary&);
|
D | Intermediate.cpp | 3208 return promoteBinary(*node->getAsBinaryNode()); in promote() 3286 bool TIntermediate::promoteBinary(TIntermBinary& node) in promoteBinary() function in glslang::TIntermediate
|