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

  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 284 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
318 .addImm(SrcX)
337 .addImm(SrcX)
357 .addImm(SrcX)
385 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
420 .addImm(SrcX)
439 .addImm(SrcX)
459 .addImm(SrcX)
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 329 PVR2D_LONG SrcX, SrcY; /* pixel offset from start of surface to start of source rectangle */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 127 W32KAPI WINBOOL WINAPI NtGdiAlphaBlend(HDC hdcDst,LONG DstX,LONG DstY,LONG DstCx,LONG DstCy,HDC hdcSrc,LONG SrcX,LONG SrcY,LONG SrcCx,LONG SrcCy,BLENDFUNCTION BlendFunction,HANDLE hcmXform);
    [all...]
vfw.h 624 void WINAPI StretchDIB(LPBITMAPINFOHEADER biDst,LPVOID lpDst,int DstX,int DstY,int DstXE,int DstYE,LPBITMAPINFOHEADER biSrc,LPVOID lpSrc,int SrcX,int SrcY,int SrcXE,int SrcYE);
    [all...]

Completed in 220 milliseconds