REF               128 modules/stitching/src/opencl/multibandblend.cl #define T1(type) REF(CAT(T1_, REF(type)))
REF               137 modules/stitching/src/opencl/multibandblend.cl #define TYPE(type, cn) REF(CAT(REF(type), REF(cn)))
REF               188 modules/stitching/src/opencl/multibandblend.cl #define __CONVERT_MODE(srcType, dstType) CAT(__CONVERT_MODE_, CAT(REF(T1(srcType)), CAT(_, REF(T1(dstType)))))
REF               197 modules/stitching/src/opencl/multibandblend.cl #define __CONVERT_ROUND(dstType, roundMode) CAT(CAT(convert_, REF(dstType)), roundMode)
REF               203 modules/stitching/src/opencl/multibandblend.cl #define CONVERT(srcType, dstType) REF(__CONVERT_MODE(srcType,dstType))(dstType)