Home
last modified time | relevance | path

Searched defs:DstType (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
Dsplit_merge.hpp135 … GpuMat_<DstType>&, GpuMat_<DstType>& >& dst, const MaskPtr& mask, Stream& stream = Stream::Null()) in gridSplit_()
194 …tr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>& >& dst, Stream& stream = Stream::Null()) in gridSplit_()
248 …src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>& >& dst, const MaskPtr& m… in gridSplit_()
310 …t SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>& >& dst, Stream… in gridSplit_()
367 …, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>& >& dst, … in gridSplit_()
432 … src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>& >& d… in gridSplit_()
526 … GpuMat_<DstType>&, GpuMat_<DstType>& >& dst, const MaskPtr& mask, Stream& stream = Stream::Null()) in gridSplit()
532 …tr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>& >& dst, Stream& stream = Stream::Null()) in gridSplit()
538 …src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>& >& dst, const MaskPtr& m… in gridSplit()
544 …t SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>& >& dst, Stream… in gridSplit()
[all …]
/external/skia/src/core/
DSkBlitter_PM4f.cpp308 typedef uint32_t DstType; typedef
340 typedef uint64_t DstType; typedef
DSkXfermodeU64.cpp19 enum DstType { enum
DSkXfermode4f.cpp12 enum DstType { enum
/external/skia/include/core/
DSkShader.h103 enum DstType { enum
/external/clang/lib/CodeGen/
DCGExprScalar.cpp599 QualType DstType, llvm::Type *DstTy, SourceLocation Loc) { in EmitFloatConversionCheck()
733 QualType DstType, in EmitScalarConversion()
739 QualType DstType, in EmitScalarConversion()
1057 DstType = E->getType(); in VisitConvertVectorExpr() local
DCGStmtOpenMP.cpp47 static Address castValueFromUintptr(CodeGenFunction &CGF, QualType DstType, in castValueFromUintptr()
/external/clang/lib/Sema/
DSema.cpp352 void Sema::diagnoseNullableToNonnullConversion(QualType DstType, in diagnoseNullableToNonnullConversion()
DSemaExpr.cpp11799 Sema::ConversionToObjCStringLiteralCheck(QualType DstType, Expr *&Exp) { in ConversionToObjCStringLiteralCheck()
11831 static bool maybeDiagnoseAssignmentToFunction(Sema &S, QualType DstType, in maybeDiagnoseAssignmentToFunction()
11852 QualType DstType, QualType SrcType, in DiagnoseAssignmentResult()
DSemaStmt.cpp1171 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, in DiagnoseAssignmentEnum()
/external/clang/include/clang/AST/
DExpr.h3564 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, in ConvertVectorExpr()
4716 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2057 Type *DstType = Trunc->getType(); in getAddExpr() local