Searched defs:LaplacianPtr (Results 1 – 1 of 1) sorted by relevance
329 template <class SrcPtr> struct LaplacianPtr<1, SrcPtr> struct331 typedef typename PtrTraits<SrcPtr>::value_type value_type;332 typedef int index_type;334 SrcPtr src;336 __device__ typename PtrTraits<SrcPtr>::value_type operator ()(int y, int x) const in operator ()()349 template <class SrcPtr> struct LaplacianPtr<3, SrcPtr> struct351 typedef typename PtrTraits<SrcPtr>::value_type value_type;352 typedef int index_type;354 SrcPtr src;356 __device__ typename PtrTraits<SrcPtr>::value_type operator ()(int y, int x) const in operator ()()