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

  /external/deqp/modules/glshared/
glsLongStressCase.hpp 114 template <typename T, int SrcSize, int DstSize>
115 static inline void vecToArr (const tcu::Vector<T, SrcSize>& src, T (&dst)[DstSize])
117 DE_STATIC_ASSERT(DstSize >= SrcSize);
122 template <int ValRows, int ValCols, int DstSize>
123 static inline void matToArr (const tcu::Matrix<float, ValRows, ValCols>& src, float (&dst)[DstSize])
125 DE_STATIC_ASSERT(DstSize >= ValRows*ValCols);
  /external/clang/lib/CodeGen/
CGCall.cpp 659 /// with an in-memory size smaller than DstSize.
663 uint64_t DstSize, CodeGenFunction &CGF) {
673 if (FirstEltSize < DstSize &&
684 return EnterStructPointerForCoercedAccess(SrcPtr, SrcSTy, DstSize, CGF);
721 uint64_t DstSize = DL.getTypeSizeInBits(DestIntTy);
723 if (SrcSize > DstSize) {
724 Val = CGF.Builder.CreateLShr(Val, SrcSize - DstSize, "coerce.highbits");
728 Val = CGF.Builder.CreateShl(Val, DstSize - SrcSize, "coerce.highbits");
759 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(Ty);
762 SrcPtr = EnterStructPointerForCoercedAccess(SrcPtr, SrcSTy, DstSize, CGF)
    [all...]
CGBuiltin.cpp 644 llvm::APSInt Size, DstSize;
646 !E->getArg(3)->EvaluateAsInt(DstSize, CGM.getContext()))
648 if (Size.ugt(DstSize))
671 llvm::APSInt Size, DstSize;
673 !E->getArg(3)->EvaluateAsInt(DstSize, CGM.getContext()))
675 if (Size.ugt(DstSize))
710 llvm::APSInt Size, DstSize;
712 !E->getArg(3)->EvaluateAsInt(DstSize, CGM.getContext()))
714 if (Size.ugt(DstSize))
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper.h 289 virtual const gfx::Size& DstSize() = 0;
gl_helper_scaling.cc 235 virtual const gfx::Size& DstSize() OVERRIDE { return spec_.dst_size; }
    [all...]
gl_helper.cc 86 : texture_and_framebuffer_(gl, scaler->DstSize()), scaler_(scaler) {}
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 382 unsigned DstSize = TI->getType()->getScalarSizeInBits();
383 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 618 uint64_t DstSize =
628 LinkFromSrc = SrcSize > DstSize;
630 if (SrcSize != DstSize)
    [all...]
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 403 yuv_readback_pipeline_->scaler()->DstSize() != region_in_frame.size()) {
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/chromium_org/content/browser/compositor/
delegated_frame_host.cc 664 yuv_readback_pipeline->scaler()->DstSize() != region_in_frame.size()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]

Completed in 365 milliseconds