Home
last modified time | relevance | path

Searched defs:dst_elem_type (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/grid/detail/
H A Dsplit_merge.hpp65 typedef typename VecTraits<DstType>::elem_type dst_elem_type; in mergeC2() typedef
95 typedef typename VecTraits<DstType>::elem_type dst_elem_type; in mergeC3() typedef
126 typedef typename VecTraits<DstType>::elem_type dst_elem_type; in mergeC4() typedef
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem() local
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/cuda/
H A Dgpu_mat.cu481 typedef typename VecTraits<D>::elem_type dst_elem_type; in convertToNoScale() typedef
503 typedef typename VecTraits<D>::elem_type dst_elem_type; in convertToScale() typedef
518 typedef typename VecTraits<D>::elem_type dst_elem_type; in convertScaleHalf() typedef