storedst           94 modules/core/src/opencl/arithm.cl     #define storedst(val) *(__global dstT *)(dstptr + dst_index) = val
storedst           97 modules/core/src/opencl/arithm.cl     #define storedst(val) vstore3(val, 0, (__global dstT_C1 *)(dstptr + dst_index))
storedst          109 modules/core/src/opencl/copyset.cl #define storedst(val) *(__global dstT *)(dstptr + dst_index) = val
storedst          112 modules/core/src/opencl/copyset.cl #define storedst(val) vstore3(val, 0, (__global dstT1 *)(dstptr + dst_index))