_pixMake          135 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uchar1 _pixMake(Ncv8u x) {return make_uchar1(x);}
_pixMake          136 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uchar3 _pixMake(Ncv8u x, Ncv8u y, Ncv8u z) {return make_uchar3(x,y,z);}
_pixMake          137 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uchar4 _pixMake(Ncv8u x, Ncv8u y, Ncv8u z, Ncv8u w) {return make_uchar4(x,y,z,w);}
_pixMake          138 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ ushort1 _pixMake(Ncv16u x) {return make_ushort1(x);}
_pixMake          139 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ ushort3 _pixMake(Ncv16u x, Ncv16u y, Ncv16u z) {return make_ushort3(x,y,z);}
_pixMake          140 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ ushort4 _pixMake(Ncv16u x, Ncv16u y, Ncv16u z, Ncv16u w) {return make_ushort4(x,y,z,w);}
_pixMake          141 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uint1 _pixMake(Ncv32u x) {return make_uint1(x);}
_pixMake          142 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uint3 _pixMake(Ncv32u x, Ncv32u y, Ncv32u z) {return make_uint3(x,y,z);}
_pixMake          143 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uint4 _pixMake(Ncv32u x, Ncv32u y, Ncv32u z, Ncv32u w) {return make_uint4(x,y,z,w);}
_pixMake          144 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ float1 _pixMake(Ncv32f x) {return make_float1(x);}
_pixMake          145 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ float3 _pixMake(Ncv32f x, Ncv32f y, Ncv32f z) {return make_float3(x,y,z);}
_pixMake          146 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ float4 _pixMake(Ncv32f x, Ncv32f y, Ncv32f z, Ncv32f w) {return make_float4(x,y,z,w);}
_pixMake          147 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ double1 _pixMake(Ncv64f x) {return make_double1(x);}
_pixMake          148 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ double3 _pixMake(Ncv64f x, Ncv64f y, Ncv64f z) {return make_double3(x,y,z);}
_pixMake          149 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ double4 _pixMake(Ncv64f x, Ncv64f y, Ncv64f z, Ncv64f w) {return make_double4(x,y,z,w);}