Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4655 struct InputLess struct
4657 bool operator() (const T& val1, const T& val2) const in operator ()()
4670 struct InputLess<float> struct
4672 bool operator() (const float& val1, const float& val2) const in operator ()()
4683 struct InputLess<Vector<T, Size> > struct
4685 bool operator() (const Vector<T, Size>& vec1, const Vector<T, Size>& vec2) const in operator ()()
4700 struct InputLess<Matrix<T, Rows, Cols> > struct
4702 bool operator() (const Matrix<T, Rows, Cols>& mat1, in operator ()()
4730 struct InputLess<InTuple<In> > struct
4732 bool operator() (const InTuple<In>& in1, const InTuple<In>& in2) const in operator ()()