Searched defs:LinearInterPtr (Results 1 – 1 of 1) sorted by relevance
97 template <typename SrcPtr> struct LinearInterPtr struct99 typedef typename PtrTraits<SrcPtr>::value_type value_type;100 typedef float index_type;102 SrcPtr src;104 __device__ typename PtrTraits<SrcPtr>::value_type operator ()(float y, float x) const in operator ()()