Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4644 struct InputLess struct
4646 bool operator() (const T& val1, const T& val2) const in operator ()()
4659 struct InputLess<float> struct
4661 bool operator() (const float& val1, const float& val2) const in operator ()()
4672 struct InputLess<Vector<T, Size> > struct
4674 bool operator() (const Vector<T, Size>& vec1, const Vector<T, Size>& vec2) const in operator ()()
4689 struct InputLess<Matrix<T, Rows, Cols> > struct
4691 bool operator() (const Matrix<T, Rows, Cols>& mat1, in operator ()()
4719 struct InputLess<InTuple<In> > struct
4721 bool operator() (const InTuple<In>& in1, const InTuple<In>& in2) const in operator ()()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4697 struct InputLess struct
4699 bool operator() (const T& val1, const T& val2) const in operator ()()
4712 struct InputLess<float> struct
4714 bool operator() (const float& val1, const float& val2) const in operator ()()
4725 struct InputLess<Vector<T, Size> > struct
4727 bool operator() (const Vector<T, Size>& vec1, const Vector<T, Size>& vec2) const in operator ()()
4742 struct InputLess<Matrix<T, Rows, Cols> > struct
4744 bool operator() (const Matrix<T, Rows, Cols>& mat1, in operator ()()
4772 struct InputLess<InTuple<In> > struct
4774 bool operator() (const InTuple<In>& in1, const InTuple<In>& in2) const in operator ()()