Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariableValue.cpp196 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()
DrsgVariableValue.hpp294 …static void computeIntersection (ValueRangeAccess dst, const ConstValueRangeAccess& a, const C…
295 …static void computeIntersection (ValueRange& dst, const ConstValueRangeAccess& a, const ConstV…
DrsgVariableManager.cpp475 …ValueRange::computeIntersection(intersectedValue, entry->getValueRange(), oldEntry->getValueRange(… in popValueScope()
DrsgExpression.cpp899 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()