OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__host__
(Results
76 - 83
of
83
) sorted by null
1
2
3
4
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
color.hpp
62
__host__
Expr<UnaryTransformPtrSz<typename PtrTraits<SrcPtr>::ptr_type, name ## _func<typename VecTraits<typename PtrTraits<SrcPtr>::value_type>::elem_type> > > \
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
minmaxloc.hpp
156
__host__
void minMaxLoc(const SrcPtr& src, ResType* minVal, ResType* maxVal, int* minLoc, int* maxLoc, const MaskPtr& mask, int rows, int cols, cudaStream_t stream)
pyr_down.hpp
186
__host__
void pyrDown(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, int dst_cols, cudaStream_t stream)
pyr_up.hpp
157
__host__
void pyrUp(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, int dst_cols, cudaStream_t stream)
/external/vulkan-validation-layers/libs/glm/detail/
setup.hpp
670
# define GLM_CUDA_FUNC_DEF __device__
__host__
671
# define GLM_CUDA_FUNC_DECL __device__
__host__
/external/opencv3/modules/cudawarping/src/cuda/
resize.cu
149
__host__
static void bind(const PtrStepSz<type>& mat) \
/external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu
204
static inline
__host__
__device__ T_out scanElemOp(T_in elem)
213
static inline
__host__
__device__ T_out scanElemOp(T_in elem, Int2Type<0>)
218
static inline
__host__
__device__ T_out scanElemOp(T_in elem, Int2Type<1>)
[
all
...]
NCVHaarObjectDetection.cu
[
all
...]
Completed in 456 milliseconds
1
2
3
4