Searched defs:InputLess (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 4894 struct InputLess struct 4896 bool operator() (const T& val1, const T& val2) const in operator ()() 4909 struct InputLess<float> struct 4911 bool operator() (const float& val1, const float& val2) const in operator ()() 4922 struct InputLess<Vector<T, Size> > struct 4924 bool operator() (const Vector<T, Size>& vec1, const Vector<T, Size>& vec2) const in operator ()() 4939 struct InputLess<Matrix<T, Rows, Cols> > struct 4941 bool operator() (const Matrix<T, Rows, Cols>& mat1, in operator ()() 4969 struct InputLess<InTuple<In> > struct 4971 bool operator() (const InTuple<In>& in1, const InTuple<In>& in2) const in operator ()()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 6491 struct InputLess struct 6493 bool operator() (const T& val1, const T& val2) const in operator ()() 6506 struct InputLess<float> struct 6508 bool operator() (const float& val1, const float& val2) const in operator ()() 6519 struct InputLess<Vector<T, Size> > struct 6521 bool operator() (const Vector<T, Size>& vec1, const Vector<T, Size>& vec2) const in operator ()() 6536 struct InputLess<Matrix<T, Rows, Cols> > struct 6538 bool operator() (const Matrix<T, Rows, Cols>& mat1, in operator ()() 6566 struct InputLess<InTuple<In> > struct 6568 bool operator() (const InTuple<In>& in1, const InTuple<In>& in2) const in operator ()()
|