HomeSort by relevance Sort by last modified time
    Searched refs:SrcSize (Results 1 - 14 of 14) 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);
118 for (int i = 0; i < SrcSize; i++)
  /external/chromium_org/content/common/gpu/client/
gl_helper.h 287 virtual const gfx::Size& SrcSize() = 0;
gl_helper_scaling.cc 223 virtual const gfx::Size& SrcSize() OVERRIDE {
225 return subscaler_->SrcSize();
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 720 uint64_t SrcSize = DL.getTypeSizeInBits(Val->getType());
723 if (SrcSize > DstSize) {
724 Val = CGF.Builder.CreateLShr(Val, SrcSize - DstSize, "coerce.highbits");
728 Val = CGF.Builder.CreateShl(Val, DstSize - SrcSize, "coerce.highbits");
766 uint64_t SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy);
777 if (SrcSize >= DstSize) {
778 // Generally SrcSize is never greater than DstSize, since this means we are
800 llvm::ConstantInt::get(CGF.IntPtrTy, SrcSize),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineShifts.cpp 381 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits();
383 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 620 uint64_t SrcSize =
628 LinkFromSrc = SrcSize > DstSize;
630 if (SrcSize != DstSize)
    [all...]
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 401 yuv_readback_pipeline_->scaler()->SrcSize() != result_rect.size() ||
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/chromium_org/content/browser/compositor/
delegated_frame_host.cc 662 yuv_readback_pipeline->scaler()->SrcSize() != result_rect.size() ||
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 450 unsigned SrcSize = DL->getTypeSizeInBits(Src->getScalarType());
453 return SrcSize == 32 && DestSize == 64;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]

Completed in 1260 milliseconds