Home
last modified time | relevance | path

Searched defs:anyNotEqual (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuVectorUtil.hpp107 template<typename T> inline bool anyNotEqual (T a, T b) { return (a != b); } in anyNotEqual() function
291 inline bool anyNotEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in anyNotEqual() function