HomeSort by relevance Sort by last modified time
    Searched full:dst_elem_type (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); local
96 res = LLVMBuildTrunc(gallivm->builder, res, dst_elem_type, "");
98 res = LLVMBuildZExt(gallivm->builder, res, dst_elem_type, "");
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); local
134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length);
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
split_merge.hpp 65 typedef typename VecTraits<DstType>::elem_type dst_elem_type; typedef
74 saturate_cast<dst_elem_type>(src1(y, x)),
75 saturate_cast<dst_elem_type>(src2(y, x))
95 typedef typename VecTraits<DstType>::elem_type dst_elem_type; typedef
104 saturate_cast<dst_elem_type>(src1(y, x)),
105 saturate_cast<dst_elem_type>(src2(y, x)),
106 saturate_cast<dst_elem_type>(src3(y, x))
126 typedef typename VecTraits<DstType>::elem_type dst_elem_type; typedef
135 saturate_cast<dst_elem_type>(src1(y, x)),
136 saturate_cast<dst_elem_type>(src2(y, x))
    [all...]
  /external/opencv3/modules/core/src/cuda/
gpu_mat.cu 436 typedef typename VecTraits<D>::elem_type dst_elem_type;
438 typedef typename LargerType<float, dst_elem_type>::type scalar_type;
458 typedef typename VecTraits<D>::elem_type dst_elem_type;
460 typedef typename LargerType<float, dst_elem_type>::type scalar_type;

Completed in 269 milliseconds