HomeSort by relevance Sort by last modified time
    Searched defs:Width (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 212 GLsizei Width, Height; /**< Current texture size */
312 GLint Width, Height;
725 _mesa_Ortho(0.0, ctx->DrawBuffer->Width,
753 save->ViewportW = ctx->Viewport.Width;
758 ctx->Viewport.Width != ctx->DrawBuffer->Width ||
761 ctx->DrawBuffer->Width, ctx->DrawBuffer->Height);
931 save->Scissor.Width, save->Scissor.Height);
3606 const GLint width = texImage->Width; local
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusImaging.h 166 UINT Width;
309 #define PropertyTagXResolution 0x011A // Image resolution in width direction
407 #define PropertyTagThumbnailImageWidth 0x5020 // Thumbnail width
424 #define PropertyTagThumbnailResolutionX 0x502D // Resolution in width
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 161 IMG_UINT32 Width;
368 IMG_UINT16 Width;
  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 206 IMG_UINT16 Width; /* ~0xf & (RawWidth + 0xf)*/
447 IMG_UINT16 Width;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 210 UINT Width;
696 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
704 #define IDirectXVideoAccelerationService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
719 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
733 #define IDirectXVideoDecoderService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
ntddvdeo.h 349 USHORT Width;
364 ULONG Width;
d3d11.h 694 FLOAT Width;
881 UINT Width;
891 UINT Width;
906 explicit CD3D11_TEXTURE2D_DESC(DXGI_FORMAT format, UINT width, UINT height, UINT arraySize = 1,
910 Width = width;
927 UINT Width;
    [all...]
d3d10.h 828 UINT Width;
841 explicit CD3D10_TEXTURE1D_DESC(DXGI_FORMAT format, UINT width, UINT arraySize = 1, UINT mipLevels = 0,
844 Width = width;
860 UINT Width;
875 explicit CD3D10_TEXTURE2D_DESC(DXGI_FORMAT format, UINT width, UINT height,
884 Width = width;
903 UINT Width;
    [all...]
d3d8types.h     [all...]
d3d9types.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 90 UINT Width;
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 599 unsigned Width = CGF.getContext().getIntWidth(DstType);
602 APSInt Min = APSInt::getMinValue(Width, Unsigned);
614 APSInt Max = APSInt::getMaxValue(Width, Unsigned);
731 // First, convert to the correct width so that we control the kind of
2315 unsigned width = cast<llvm::IntegerType>(index->getType())->getBitWidth(); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 17 // by the SIMD vector width, and not by one.
26 // of vectorization. It decides on the optimal vector width, which
106 VectorizationFactor("force-vector-width", cl::init(0), cl::Hidden,
107 cl::desc("Sets the SIMD width. Zero is autoselect."));
148 /// Maximum simd width.
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 508 unsigned Width;
691 // of specified width and scaled by a specific number of bits
692 template<unsigned width, unsigned scale>
699 int64_t Max = Align * ((1LL << width) - 1);
705 // of specified width and scaled by a specific number of bits
706 template<unsigned width, unsigned scale>
713 int64_t Max = Align * ((1LL << (width-1)) - 1);
714 int64_t Min = -Align * (1LL << (width-1));
1798 unsigned width = Bitfield.Width; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 973 GLfloat Width; /**< Line width */
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 973 GLfloat Width; /**< Line width */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 5238 milliseconds

1 2 3 45 6