Searched defs:ScharrYPtr (Results 1 – 1 of 1) sorted by relevance
281 template <class SrcPtr> struct ScharrYPtr struct283 typedef typename PtrTraits<SrcPtr>::value_type value_type;284 typedef int index_type;286 SrcPtr src;288 __device__ typename PtrTraits<SrcPtr>::value_type operator ()(int y, int x) const in operator ()()