Searched refs:inputLess (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 4903 bool inputLess (const T& val1, const T& val2) in inputLess() function 4928 if (inputLess(vec1[ndx], vec2[ndx])) in operator ()() 4930 if (inputLess(vec2[ndx], vec1[ndx])) in operator ()() 4946 if (inputLess(mat1[col], mat2[col])) in operator ()() 4948 if (inputLess(mat2[col], mat1[col])) in operator ()() 4973 if (inputLess(in1.a, in2.a)) in operator ()() 4975 if (inputLess(in2.a, in1.a)) in operator ()() 4977 if (inputLess(in1.b, in2.b)) in operator ()() 4979 if (inputLess(in2.b, in1.b)) in operator ()() 4981 if (inputLess(in1.c, in2.c)) in operator ()() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 6500 bool inputLess (const T& val1, const T& val2) in inputLess() function 6525 if (inputLess(vec1[ndx], vec2[ndx])) in operator ()() 6527 if (inputLess(vec2[ndx], vec1[ndx])) in operator ()() 6543 if (inputLess(mat1[col], mat2[col])) in operator ()() 6545 if (inputLess(mat2[col], mat1[col])) in operator ()() 6570 if (inputLess(in1.a, in2.a)) in operator ()() 6572 if (inputLess(in2.a, in1.a)) in operator ()() 6574 if (inputLess(in1.b, in2.b)) in operator ()() 6576 if (inputLess(in2.b, in1.b)) in operator ()() 6578 if (inputLess(in1.c, in2.c)) in operator ()() [all …]
|