Searched refs:xdir (Results 1 - 25 of 250) sorted by relevance

12345678910

/xsrc/external/mit/x11perf/dist/
H A Ddo_lines.c36 int xdir, ydir; /* Which direction x, y are going */ local in function:GenerateLines
67 xdir = 1;
112 xdir = 1;
118 xdir = -1;
142 x += (xdir * x1);
143 xdir = -xdir;
148 xdir = 1;
151 xdir = -1;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaCpyArea.c88 int xdir, ydir; local in function:XAADoBitBlt
144 xdir = -1;
179 xdir = 1;
183 xdir, ydir, pGC->alu, pGC->planemask);
261 int xdir, int ydir,
269 || (xdir == ydir)) &&
271 || (xdir == 1))) {
273 xdir, ydir, alu, planemask, -1);
283 * This is the case of a chip that only supports xdir = 1,
284 * with ydir = 1 or ydir = -1, but we have xdir
256 XAAScreenToScreenBitBlt(ScrnInfoPtr pScrn,int nbox,DDXPointPtr pptSrc,BoxPtr pbox,int xdir,int ydir,int alu,unsigned int planemask) argument
[all...]
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_exa.c46 int last_op = 0, lx, ly, lw, lh, dx, dy, xdir, ydir, lsp, ldp; variable in typeref:typename:int
73 int xdir,
87 cAcl->xdir = xdir;
89 ctSETROP(ChipsAluConv[alu & 0xF] | ((xdir < 0) ? ctRIGHT2LEFT : 0) |
122 if (cAcl->xdir < 0) {
142 xdir = cAcl->xdir;
69 ctPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx.h74 int xdir, ydir, srcoff, srcpitch, fg, pitchshift; member in struct:__anon26ad72260108
H A Dtcx_accel.c61 int xdir,
80 pTcx->xdir = xdir;
129 if ((pTcx->xdir > 0) || (w < 33)) {
57 TcxPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128dga.c226 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:I128_BlitRect
230 pScrn, xdir, ydir, GXcopy, ~0, -1);
249 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1;
253 pScrn, xdir, ydir, GXcopy, ~0, color);
H A Di128accel.c46 static void I128SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir,
62 DDXPointPtr pptSrc, BoxPtr pbox, int xdir, int ydir, int alu,
188 I128SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, argument
195 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "SFSSC %d,%d %d 0x%x %d\n", xdir, ydir, rop, planemask, transparency_color);
227 if (xdir == -1) {
408 BoxPtr pbox, int xdir, int ydir, int alu, unsigned planemask)
411 I128SetupForScreenToScreenCopy(pScrn, xdir, ydir, alu, planemask, -1);
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime.h94 int start, xdir, ydir; member in struct:__anon63ea81b20108
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_dga.c210 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:FFB_BlitRect
213 FFB_SetupForScreenToScreenCopy(pScrn, xdir, ydir, GXcopy, ~0, -1);
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt_accel.c107 static void IMSTTSetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, argument
122 if (xdir < 0) {
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidga.c223 int xdir = ((xSrc < xDst) && (ySrc == yDst)) ? -1 : 1; local in function:ATIDGABlitRect
227 xdir, ydir, GXcopy, (CARD32)(~0), -1);
259 int xdir = ((xSrc < xDst) && (ySrc == yDst)) ? -1 : 1; local in function:ATIDGABlitTransRect
265 xdir, ydir, GXcopy, (CARD32)(~0), (int)colour);
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_dga.c372 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:ApmBlitRect
377 pScrn, xdir, ydir, GXcopy, ~0, -1);
383 pScrn, xdir, ydir, GXcopy, ~0, -1);
402 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:ApmBlitTransRect
406 pScrn, xdir, ydir, GXcopy, ~0, (int)color);
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_exa.c236 info->state_2d.dp_cntl = ((info->xdir >= 0 ? R128_DST_X_LEFT_TO_RIGHT : 0) |
258 R128PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir, int ydir, int alu, Pixel planemask) argument
285 info->xdir = xdir;
301 if (info->xdir < 0) srcX += width - 1, dstX += width - 1;
376 if (info->xdir < 0) srcX += width - 1, dstX += width - 1;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_accel.c225 I810SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, int rop, argument
232 xdir, ydir, rop, planemask, transparency_color);
238 if (xdir == -1)
H A Di810_dga.c228 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:I810_BlitRect
231 (*pI810->AccelInfoRec->SetupForScreenToScreenCopy) (pScrn, xdir, ydir,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_accel.c225 I810SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, int rop, argument
232 xdir, ydir, rop, planemask, transparency_color);
238 if (xdir == -1)
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaLowLevel.h124 unsigned w, unsigned h, int xdir, int ydir,
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dga.c394 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:MGA_BlitRect
399 mgaDoSetupForScreenToScreenCopy( pScrn, xdir, ydir, GXcopy, ~0, -1,
418 const int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:MGA_BlitTransRect
423 mgaDoSetupForScreenToScreenCopy( pScrn, xdir, ydir, GXcopy, ~0, color,
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_dga.c315 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:S3V_BlitRect
319 pScrn, xdir, ydir, GXcopy, ~0, -1);
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_dga.c181 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:TDFX_BlitRect
184 (*pTDFX->AccelInfoRec->SetupForScreenToScreenCopy)(pScrn, xdir, ydir, GXcopy, ~0, -1);
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dblade_exa.c162 int xdir, int ydir,
190 if ((xdir < 0) || (ydir < 0))
161 PrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument
H A Dtrident_dga.c263 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:TRIDENT_BlitRect
267 pScrn, xdir, ydir, GXcopy, ~0, -1);
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_dga.c249 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:Tseng_BlitRect
253 pScrn, xdir, ydir, GXcopy, ~0, -1);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_dga.c258 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:GLINT_BlitRect
262 pScrn, xdir, ydir, GXcopy, ~0, -1);
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_dga.c222 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:I740_BlitRect
225 (*pI740->AccelInfoRec->SetupForScreenToScreenCopy)(pScrn, xdir, ydir, GXcopy, ~0, -1);

Completed in 18 milliseconds

12345678910