Home
last modified time | relevance | path

Searched defs:DynamicSharedMem (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/block/
Ddynamic_smem.hpp56 template <class T> struct DynamicSharedMem struct
58 __device__ __forceinline__ operator T*() in operator T*()
64 __device__ __forceinline__ operator const T*() const in operator const T*()
72 template <> struct DynamicSharedMem<double> struct
74 __device__ __forceinline__ operator double*() in operator double*()
80 __device__ __forceinline__ operator const double*() const in operator const double*()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Ddynamic_smem.hpp54 template<class T> struct DynamicSharedMem struct
56 __device__ __forceinline__ operator T*() in operator T*()
62 __device__ __forceinline__ operator const T*() const in operator const T*()
70 template<> struct DynamicSharedMem<double> struct
72 __device__ __forceinline__ operator double*() in operator double*()
78 __device__ __forceinline__ operator const double*() const in operator const double*()