HomeSort by: relevance | last modified time | path
    Searched refs:ydir (Results 1 - 25 of 153) sorted by relevancy

1 2 3 4 5 6 7

  /xsrc/external/mit/x11perf/dist/
do_lines.c 36 int xdir, ydir; /* Which direction x, y are going */ local
68 ydir = 1;
103 y += (ydir * y1);
123 ydir = -ydir;
124 y += (2 * ydir * y1);
134 ydir = 1;
137 ydir = -1;
  /xsrc/external/mit/xf86-video-imstt/dist/src/
imstt_accel.c 108 int ydir, int rop, unsigned int planemask,
129 if (ydir < 0) {
132 iptr->ydir = 1;
136 iptr->ydir = 0;
169 if (iptr->ydir) {
imstt.h 35 int ydir; member in struct:_IMSTTRec
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_exa.c 46 int last_op = 0, lx, ly, lw, lh, dx, dy, xdir, ydir, lsp, ldp; variable
74 int ydir,
88 cAcl->ydir = ydir;
90 ((ydir < 0) ? ctBOTTOM2TOP : 0) |
117 if (cAcl->ydir < 0) {
143 ydir = cAcl->ydir;
ct_BltHiQV.h 85 ErrorF("dir %d %d, pitch %d %d\n", xdir, ydir, lsp, ldp); \
112 ErrorF("dir %d %d, pitch %d %d\n", xdir, ydir, lsp, ldp); \
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaCpyArea.c 88 int xdir, ydir; local
107 ydir = -1;
139 ydir = 1;
183 xdir, ydir, pGC->alu, pGC->planemask);
261 int xdir, int ydir,
269 || (xdir == ydir)) &&
273 xdir, ydir, alu, planemask, -1);
284 * with ydir = 1 or ydir = -1, but we have xdir = -1.
287 1, ydir, alu, planemask, -1)
    [all...]
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
lg_xaa.c 90 static void LgSetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir,
237 LgSetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir,
245 pLg->blitYDir = ydir;
254 if (ydir < 0)
cir_dga.c 255 int ydir = (srcy < dsty) ? -1 : 1; local
258 pScrn, xdir, ydir, GXcopy, ~0, -1);
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime.h 94 int start, xdir, ydir; member in struct:__anon6967
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128dga.c 227 int ydir = (srcy < dsty) ? -1 : 1; local
230 pScrn, xdir, ydir, GXcopy, ~0, -1);
250 int ydir = (srcy < dsty) ? -1 : 1;
253 pScrn, xdir, ydir, GXcopy, ~0, color);
i128accel.c 47 int ydir, int rop, unsigned planemask, int transparency_color);
62 DDXPointPtr pptSrc, BoxPtr pbox, int xdir, int ydir, int alu,
188 I128SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir,
195 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "SFSSC %d,%d %d 0x%x %d\n", xdir, ydir, rop, planemask, transparency_color);
228 if (ydir == -1) pI128->blitdir = DIR_RL_BT;
231 if (ydir == -1) pI128->blitdir = DIR_LR_BT;
408 BoxPtr pbox, int xdir, int ydir, int alu, unsigned planemask)
411 I128SetupForScreenToScreenCopy(pScrn, xdir, ydir, alu, planemask, -1);
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_common.h 136 int height, ydir; /* flip image vertically */ member in struct:__anon9038
mga_dga.c 395 int ydir = (srcy < dsty) ? -1 : 1; local
399 mgaDoSetupForScreenToScreenCopy( pScrn, xdir, ydir, GXcopy, ~0, -1,
419 const int ydir = (srcy < dsty) ? -1 : 1; local
423 mgaDoSetupForScreenToScreenCopy( pScrn, xdir, ydir, GXcopy, ~0, color,
  /xsrc/external/mit/xf86-video-suntcx/dist/src/
tcx.h 74 int xdir, ydir, srcoff, srcpitch, fg, pitchshift; member in struct:__anon9433
tcx_accel.c 62 int ydir,
81 pTcx->ydir = ydir;
117 if (pTcx->ydir < 0) {
  /xsrc/external/mit/xf86-video-sunffb/dist/src/
ffb_dga.c 211 int ydir = (srcy < dsty) ? -1 : 1; local
213 FFB_SetupForScreenToScreenCopy(pScrn, xdir, ydir, GXcopy, ~0, -1);
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atidga.c 224 int ydir = (ySrc < yDst) ? -1 : 1; local
227 xdir, ydir, GXcopy, (CARD32)(~0), -1);
260 int ydir = (ySrc < yDst) ? -1 : 1; local
265 xdir, ydir, GXcopy, (CARD32)(~0), (int)colour);
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_dga.c 373 int ydir = (srcy < dsty) ? -1 : 1; local
377 pScrn, xdir, ydir, GXcopy, ~0, -1);
383 pScrn, xdir, ydir, GXcopy, ~0, -1);
403 int ydir = (srcy < dsty) ? -1 : 1; local
406 pScrn, xdir, ydir, GXcopy, ~0, (int)color);
apm.h 159 void (*SetupForScreenToScreenCopy)(ScrnInfoPtr pScrn, int xdir, int ydir,
164 void (*SetupForScreenToScreenCopy24)(ScrnInfoPtr pScrn, int xdir, int ydir,
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_exa.c 237 (info->ydir >= 0 ? R128_DST_Y_TOP_TO_BOTTOM : 0));
258 R128PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir, int ydir, int alu, Pixel planemask)
286 info->ydir = ydir;
302 if (info->ydir < 0) srcY += height - 1, dstY += height - 1;
377 if (info->ydir < 0) srcY += height - 1, dstY += height - 1;
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_accel.c 225 I810SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, int rop,
232 xdir, ydir, rop, planemask, transparency_color);
236 if (ydir == -1)
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_accel.c 225 I810SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, int rop,
232 xdir, ydir, rop, planemask, transparency_color);
236 if (ydir == -1)
  /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
viaLowLevel.h 124 unsigned w, unsigned h, int xdir, int ydir,
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_drm.h 244 int height, ydir; /* flip image vertically */ member in struct:_drm_savage_blit
  /xsrc/external/mit/xf86-video-ark/dist/src/
ark_accel.c 121 int ydir, int rop, unsigned int planemask,
140 if (ydir < 0)

Completed in 18 milliseconds

1 2 3 4 5 6 7