Searched refs:max4 (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fMultisampleTests.cpp | 95 static inline T max4 (T a, T b, T c, T d) in max4() function 120 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in isPixelRegionUnicolored() 121 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); in isPixelRegionUnicolored() 152 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in drawUnicolorTestErrors() 153 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); in drawUnicolorTestErrors()
|
/external/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 30 define i1 @max4(i32 %x, i32 %y) { 31 ; CHECK-LABEL: @max4(
|
/external/deqp/modules/gles3/functional/ |
D | es3fMultisampleTests.cpp | 97 static inline T max4 (T a, T b, T c, T d) in max4() function 122 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in isPixelRegionUnicolored() 123 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); in isPixelRegionUnicolored() 154 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in drawUnicolorTestErrors() 155 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); in drawUnicolorTestErrors()
|