Searched defs:BrdRowConstant (Results 1 – 1 of 1) sorted by relevance
61 template <typename D> struct BrdRowConstant struct63 typedef D result_type;65 …_ __device__ __forceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : wi… in BrdRowConstant() argument67 template <typename T> __device__ __forceinline__ D at_low(int x, const T* data) const in at_low()72 template <typename T> __device__ __forceinline__ D at_high(int x, const T* data) const in at_high()77 template <typename T> __device__ __forceinline__ D at(int x, const T* data) const in at()82 int width;83 D val;