Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/gl/
DRecordConstantPrecision.cpp92 if (!parentAsAggregate->gotPrecisionFromChildren()) in operandAffectsParentOperationPrecision()
/external/angle/src/compiler/translator/
DIntermNode.h627 bool gotPrecisionFromChildren() const { return mGotPrecisionFromChildren; } in gotPrecisionFromChildren() function