Lines Matching refs:uchar3
169 extern uchar3 __attribute__((const, overloadable))
792 extern uchar3 __attribute__((const, overloadable))
793 clamp(uchar3 value, uchar3 min_value, uchar3 max_value);
942 extern uchar3 __attribute__((const, overloadable))
943 clamp(uchar3 value, uchar min_value, uchar max_value);
1101 extern uchar3 __attribute__((const, overloadable))
1102 clz(uchar3 value);
2799 static inline uchar3 __attribute__((const, overloadable))
2800 max(uchar3 a, uchar3 b) {
2801 uchar3 tmp;
2956 extern uchar3 __attribute__((const, overloadable))
2957 max(uchar3 a, uchar3 b);
3260 static inline uchar3 __attribute__((const, overloadable))
3261 min(uchar3 a, uchar3 b) {
3262 uchar3 tmp;
3417 extern uchar3 __attribute__((const, overloadable))
3418 min(uchar3 a, uchar3 b);