Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariableValue.cpp33 bool compareValueRangesAllTrue (const ConstValueRangeAccess& a, const ConstValueRangeAccess& b) in compareValueRangesAllTrue() function
42 if (!compareValueRangesAllTrue<CompareOp>(a.member(ndx), b.member(ndx))) in compareValueRangesAllTrue()
51 if (!compareValueRangesAllTrue<CompareOp>(a.arrayElement(ndx), b.arrayElement(ndx))) in compareValueRangesAllTrue()
145 return compareValueRangesAllTrue<CompareIntersection>(*this, other); in intersects()
150 return compareValueRangesAllTrue<CompareIsSubsetOf>(*this, other); in isSubsetOf()