Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4893 struct InputLess struct
4895 bool operator() (const T& val1, const T& val2) const in operator ()()
4908 struct InputLess<float> struct
4910 bool operator() (const float& val1, const float& val2) const in operator ()()
4921 struct InputLess<Vector<T, Size> > struct
4923 bool operator() (const Vector<T, Size>& vec1, const Vector<T, Size>& vec2) const in operator ()()
4938 struct InputLess<Matrix<T, Rows, Cols> > struct
4940 bool operator() (const Matrix<T, Rows, Cols>& mat1, in operator ()()
4968 struct InputLess<InTuple<In> > struct
4970 bool operator() (const InTuple<In>& in1, const InTuple<In>& in2) const in operator ()()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6490 struct InputLess struct
6492 bool operator() (const T& val1, const T& val2) const in operator ()()
6505 struct InputLess<float> struct
6507 bool operator() (const float& val1, const float& val2) const in operator ()()
6518 struct InputLess<Vector<T, Size> > struct
6520 bool operator() (const Vector<T, Size>& vec1, const Vector<T, Size>& vec2) const in operator ()()
6535 struct InputLess<Matrix<T, Rows, Cols> > struct
6537 bool operator() (const Matrix<T, Rows, Cols>& mat1, in operator ()()
6565 struct InputLess<InTuple<In> > struct
6567 bool operator() (const InTuple<In>& in1, const InTuple<In>& in2) const in operator ()()