Searched defs:InputLess (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 5123 struct InputLess struct 5125 bool operator()(const T &val1, const T &val2) const in operator ()() 5138 struct InputLess<float> struct 5140 bool operator()(const float &val1, const float &val2) const in operator ()() 5151 struct InputLess<Vector<T, Size>> struct 5153 bool operator()(const Vector<T, Size> &vec1, const Vector<T, Size> &vec2) const in operator ()() 5168 struct InputLess<Matrix<T, Rows, Cols>> struct 5170 bool operator()(const Matrix<T, Rows, Cols> &mat1, const Matrix<T, Rows, Cols> &mat2) const in operator ()() 5195 struct InputLess<InTuple<In>> struct 5197 bool operator()(const InTuple<In> &in1, const InTuple<In> &in2) const in operator ()()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 6858 struct InputLess struct 6860 bool operator()(const T &val1, const T &val2) const in operator ()() 6873 struct InputLess<float> struct 6875 bool operator()(const float &val1, const float &val2) const in operator ()() 6886 struct InputLess<Vector<T, Size>> struct 6888 bool operator()(const Vector<T, Size> &vec1, const Vector<T, Size> &vec2) const in operator ()() 6903 struct InputLess<Matrix<T, Rows, Cols>> struct 6905 bool operator()(const Matrix<T, Rows, Cols> &mat1, const Matrix<T, Rows, Cols> &mat2) const in operator ()() 6930 struct InputLess<InTuple<In>> struct 6932 bool operator()(const InTuple<In> &in1, const InTuple<In> &in2) const in operator ()()
|