Searched defs:BrdColWrap (Results 1 – 1 of 1) sorted by relevance
579 template <typename D> struct BrdColWrap struct581 typedef D result_type;583 explicit __host__ __device__ __forceinline__ BrdColWrap(int height_) : height(height_) {} in BrdColWrap() function584 …ate <typename U> __host__ __device__ __forceinline__ BrdColWrap(int height_, U) : height(height_) … in BrdColWrap() argument586 __device__ __forceinline__ int idx_row_low(int y) const in idx_row_low()591 __device__ __forceinline__ int idx_row_high(int y) const in idx_row_high()596 __device__ __forceinline__ int idx_row(int y) const in idx_row()601 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low()606 …template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const in at_high()611 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at()[all …]