Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp428 bool canRoundFloat(const TType &type) in canRoundFloat() function
472 return canRoundFloat(parentConstructor->getType()); in ParentConstructorTakesCareOfRounding()
484 if (canRoundFloat(node->getType()) && ParentUsesResult(parent, node) && in visitSymbol()
510 bool roundFloat = canRoundFloat(type); in visitBinary()
633 if (canRoundFloat(node->getType()) && ParentUsesResult(parent, node) && in visitAggregate()
655 if (canRoundFloat(node->getType()) && visit == PreVisit) in visitUnary()