DECLARE_INDEX      48 modules/core/src/opencl/mixchannels.cl #define DECLARE_INDEX(i) \
DECLARE_INDEX      47 modules/core/src/opencl/split_merge.cl #define DECLARE_INDEX(index) int src##index##_index = mad24(src##index##_step, y0, mad24(x, (int)sizeof(T) * scn##index, src##index##_offset));
DECLARE_INDEX      77 modules/core/src/opencl/split_merge.cl #define DECLARE_INDEX(index) int dst##index##_index = mad24(y0, dst##index##_step, mad24(x, (int)sizeof(T), dst##index##_offset));