Searched defs:computeIntersection (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableValue.cpp196 void ValueRange::computeIntersection (ValueRange& dst, const ConstValueRangeAccess& a, const ConstValueRangeAccess& b) function in class:rsg::ValueRange
198 computeIntersection(dst.asAccess(), a, b);
201 void ValueRange::computeIntersection (ValueRangeAccess dst, const ConstValueRangeAccess& a, const ConstValueRangeAccess& b) function in class:rsg::ValueRange
209 computeIntersection(dst.member(ndx), a.member(ndx), b.member(ndx));
215 computeIntersection(dst.arrayElement(ndx), a.arrayElement(ndx), b.arrayElement(ndx));

Completed in 209 milliseconds