STORE_MAT_AT      254 modules/stitching/src/opencl/multibandblend.cl         STORE_MAT_AT(dst, dst_byteOffset, LOAD_MAT_AT(dst, dst_byteOffset) + convertToDstType(src_value * w));
STORE_MAT_AT      255 modules/stitching/src/opencl/multibandblend.cl         STORE_MAT_AT(dstWeight, dstWeight_byteOffset, LOAD_MAT_AT(dstWeight, dstWeight_byteOffset) + w);
STORE_MAT_AT      294 modules/stitching/src/opencl/multibandblend.cl         STORE_MAT_AT(mat, mat_byteOffset, convertToDstType(value));