Searched refs:computeIntersection (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.cpp | 196 void ValueRange::computeIntersection (ValueRange& dst, const ConstValueRangeAccess& a, const ConstV… in computeIntersection() function in rsg::ValueRange 198 computeIntersection(dst.asAccess(), a, b); in computeIntersection() 201 void ValueRange::computeIntersection (ValueRangeAccess dst, const ConstValueRangeAccess& a, const C… in computeIntersection() function in rsg::ValueRange 209 computeIntersection(dst.member(ndx), a.member(ndx), b.member(ndx)); in computeIntersection() 215 computeIntersection(dst.arrayElement(ndx), a.arrayElement(ndx), b.arrayElement(ndx)); in computeIntersection()
|
D | rsgVariableValue.hpp | 294 …static void computeIntersection (ValueRangeAccess dst, const ConstValueRangeAccess& a, const C… 295 …static void computeIntersection (ValueRange& dst, const ConstValueRangeAccess& a, const ConstV…
|
D | rsgVariableManager.cpp | 475 …ValueRange::computeIntersection(intersectedValue, entry->getValueRange(), oldEntry->getValueRange(… in popValueScope()
|
D | rsgExpression.cpp | 899 ValueRange::computeIntersection(m_valueRange.asAccess(), m_valueRange.asAccess(), selectedRange); in AssignOp() 1162 ValueRange::computeIntersection(intersection, entry->getValueRange(), valueRange); in VariableRead() 1354 …ValueRange::computeIntersection(inValueRange.asAccess().component(inElemNdx), inValueRange.asAcces… in createNextChild()
|