Lines Matching refs:uchar3
169 extern uchar3 __attribute__((const, overloadable))
532 extern uchar3 __attribute__((const, overloadable))
533 clamp(uchar3 value, uchar3 min_value, uchar3 max_value);
682 extern uchar3 __attribute__((const, overloadable))
683 clamp(uchar3 value, uchar min_value, uchar max_value);
806 extern uchar3 __attribute__((const, overloadable))
807 clz(uchar3 value);
1756 static inline uchar3 __attribute__((const, overloadable))
1757 max(uchar3 a, uchar3 b) {
1758 uchar3 tmp;
1913 extern uchar3 __attribute__((const, overloadable))
1914 max(uchar3 a, uchar3 b);
2182 static inline uchar3 __attribute__((const, overloadable))
2183 min(uchar3 a, uchar3 b) {
2184 uchar3 tmp;
2339 extern uchar3 __attribute__((const, overloadable))
2340 min(uchar3 a, uchar3 b);