HomeSort by relevance Sort by last modified time
    Searched refs:DstType (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/randomshaders/
rsgExpression.cpp 512 template <typename SrcType, typename DstType>
513 inline DstType convert (SrcType src)
516 return Scalar::min<DstType>().template as<DstType>();
518 return Scalar::max<DstType>().template as<DstType>();
520 return DstType(src);
541 template <typename SrcType, typename DstType>
542 inline void convertValueRange (SrcType srcMin, SrcType srcMax, DstType& dstMin, DstType& dstMax
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 110 QualType DstType, llvm::Type *DstTy);
558 QualType DstType,
569 assert(DstType->isFloatingType());
573 APFloat::getLargest(CGF.getContext().getFloatTypeSemantics(DstType));
599 unsigned Width = CGF.getContext().getIntWidth(DstType);
600 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType();
657 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1)
664 CGF.getContext().getFloatTypeSemantics(DstType);
685 CGF.EmitCheckTypeDescriptor(DstType)
694 QualType DstType) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.cpp 232 template<int format, typename SourceType, typename DstType>
233 void unpack(const SourceType*, DstType*, unsigned)
540 template<int format, int alphaOp, typename SourceType, typename DstType>
541 void pack(const SourceType*, DstType*, unsigned)
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 347 milliseconds