| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaFillPoly.c | 543 int patx = pCache->pat0; local in function:Mono8x8PatternRectHelper 545 XAARotateMonoPattern(&patx, &paty, xorg, yorg, 548 xorg = patx; yorg = paty; 672 int origin, type, patx, paty, fg, bg; local in function:XAAFillPolygonStippled 741 patx = pPriv->pattern0; paty = pPriv->pattern1; 749 XAARotateMonoPattern(&patx, &paty, xorg, yorg, 752 xorg = patx; yorg = paty; 756 infoRec->pScrn, patx, paty); 757 patx = pCache->x; paty = pCache->y; 761 patx 832 int origin, type, patx, paty; local in function:XAAFillPolygonTiled [all...] |
| H A D | xaaSpans.c | 447 int patx = pattern0, paty = pattern1; local in function:XAAFillMono8x8PatternSpansScreenOrigin 455 XAARotateMonoPattern(&patx, &paty, xorg, yorg, 458 xorg = patx; yorg = paty; 463 patx = pCache->x; paty = pCache->y; 467 patx += pCache->offsets[slot].x; 469 xorg = patx; yorg = paty; 473 (*infoRec->SetupForMono8x8PatternFill)(pScrn, patx, paty, 506 int patx = pattern0, paty = pattern1; local in function:XAAFillMono8x8PatternSpans 513 patx = pCache->x; paty = pCache->y; 516 (*infoRec->SetupForMono8x8PatternFill)(pScrn, patx, pat 574 int patx = pCache->x, paty = pCache->y; local in function:XAAFillColor8x8PatternSpansScreenOrigin [all...] |
| H A D | xaaFillRect.c | 414 int patx = pattern0, paty = pattern1; local in function:XAAFillMono8x8PatternRectsScreenOrigin 422 XAARotateMonoPattern(&patx, &paty, xorg, yorg, 425 xorg = patx; yorg = paty; 430 patx = pCache->x; paty = pCache->y; 434 patx += pCache->offsets[slot].x; 436 xorg = patx; yorg = paty; 440 (*infoRec->SetupForMono8x8PatternFill)(pScrn, patx, paty, 464 int patx = pattern0, paty = pattern1; local in function:XAAFillMono8x8PatternRects 471 patx = pCache->x; paty = pCache->y; 475 (*infoRec->SetupForMono8x8PatternFill)(pScrn, patx, pat 525 int patx = pCache->x, paty = pCache->y; local in function:XAAFillColor8x8PatternRectsScreenOrigin [all...] |
| H A D | xaa.h | 374 int patx, int paty, 383 int patx, int paty, 389 int patx, int paty, 399 int patx, int paty, 408 int patx, int paty, 414 int patx, int paty,
|
| H A D | xaaStateChange.c | 48 void (*SetupForMono8x8PatternFill)(ScrnInfoPtr pScrn, int patx, int paty, 51 void (*SetupForColor8x8PatternFill)(ScrnInfoPtr pScrn, int patx, int paty, 383 static void XAAStateWrapSetupForMono8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, argument 390 (*pStatePriv->SetupForMono8x8PatternFill)(pScrn, patx, paty, fg, bg, rop, planemask); 393 static void XAAStateWrapSetupForColor8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, argument 400 (*pStatePriv->SetupForColor8x8PatternFill)(pScrn, patx, paty, rop, planemask,
|
| H A D | xaaPCache.c | 1992 int patx, paty, i; local in function:XAAWriteMono8x8PatternToCache 1995 patx = pCache->pat0; paty = pCache->pat1; 1996 XAARotateMonoPattern(&patx, &paty, i & 0x07, i >> 3, 2000 ptr[0] = patx; ptr[1] = paty; 2036 int patx, paty; local in function:XAAWriteColor8x8PatternToCache 2041 patx = pCache->pat0; paty = pCache->pat1; 2042 XAARotateMonoPattern(&patx, &paty, i, 0, 2046 ptr[0] = ptr[2] = patx; ptr[1] = ptr[3] = paty;
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_xaa.c | 492 SMI_SetupForMono8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, int fg, argument 498 DEBUG("patx=%08X paty=%08X fg=%08X bg=%08X rop=%02X\n", 499 patx, paty, fg, bg, rop); 524 WRITE_DPR(pSmi, 0x34, patx); 534 WRITE_DPR(pSmi, 0x34, patx); 542 SMI_SubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn, int patx, int paty, argument 571 SMI_SetupForColor8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, int rop, argument 577 DEBUG("patx=%d paty=%d rop=%02X trans_color=%08X\n", 578 patx, paty, rop, trans_color); 592 (patx 629 SMI_SubsequentColor8x8PatternFillRect(ScrnInfoPtr pScrn,int patx,int paty,int x,int y,int w,int h) argument [all...] |
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_accel.c | 39 static void TDFXSetupForMono8x8PatternFill(ScrnInfoPtr pScrn, int patx, 42 static void TDFXSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn, int patx, 542 TDFXSetupForMono8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, argument 548 TDFXTRACEACCEL("TDFXSetupForMono8x8PatternFill patx=%x paty=%x fg=%d" 549 " bg=%d rop=%d planemask=%d\n", patx, paty, fg, bg, rop, 568 TDFXWriteLong(pTDFX, SST_2D_PATTERN0, patx); 575 TDFXSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn, int patx, int paty, argument 580 TDFXTRACEACCEL("TDFXSubsequentMono8x8PatternFillRect patx=%x paty=%x" 581 " x=%d y=%d w=%d h=%d\n", patx, paty, x, y, w, h); 584 pTDFX->Cmd |= ((patx [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_accel.c | 127 int patx, int paty, int fg, int bg, 130 int patx, int paty, 133 int patx, int paty, int rop, 136 int patx, int paty, 1247 CTNAME(SetupForColor8x8PatternFill)(ScrnInfoPtr pScrn, int patx, int paty, 1259 (patx & ~0x3F)) * cAcl->BytesPerPixel; 1260 cAcl->patternyrot = (patx & 0x3F) >> 3; 1286 CTNAME(SubsequentColor8x8PatternFillRect)(ScrnInfoPtr pScrn, int patx, int paty, 1310 CTNAME(SetupForMono8x8PatternFill)(ScrnInfoPtr pScrn, int patx, int paty, 1323 patternaddr = paty * pScrn->displayWidth + patx; [all...] |
| /xsrc/external/mit/xf86-video-newport/dist/src/ |
| H A D | newport_accel.c | 893 int patx, 907 prerotatebyte((unsigned int)patx >> 24, pNewport->pat8x8[0]); 908 prerotatebyte((unsigned int)patx >> 16, pNewport->pat8x8[1]); 909 prerotatebyte((unsigned int)patx >> 8, pNewport->pat8x8[2]); 910 prerotatebyte((unsigned int)patx, pNewport->pat8x8[3]); 942 int patx, 972 patx &= 7; 979 pNewportRegs->go.zpattern = pNewport->pat8x8[paty][patx]; 984 epat[0] = repbyte(patx >> 24); 985 epat[1] = repbyte(patx >> 1 892 NewportXAASetupForMono8x8PatternFill(ScrnInfoPtr pScrn,int patx,int paty,int fg,int bg,int rop,unsigned int planemask) argument 941 NewportXAASubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn,int patx,int paty,int x,int y,int w,int h) argument [all...] |
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_accel.c | 146 int patx, int paty, 161 int patx, int paty, 169 SET_CURPT((short)patx, (short)paty); 179 SET_CURPT((short)patx, (short)paty);
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_accel.c | 125 int patx, int paty, int fg, int bg, 128 int patx, int paty, 130 static void ASTSetupForColor8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, 132 static void ASTSubsequentColor8x8PatternFillRect(ScrnInfoPtr pScrn, int patx, int paty, 969 int patx, int paty, int fg, int bg, 1010 ASTSetupMONO1(pSingleCMD, patx); 1023 ASTSetupMONO1_MMIO(patx); 1032 int patx, int paty, 1092 ASTSetupForColor8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, argument 1125 (paty * pAST->VideoModeInfo.ScreenPitch) + (patx * cp 968 ASTSetupForMonoPatternFill(ScrnInfoPtr pScrn,int patx,int paty,int fg,int bg,int rop,unsigned int planemask) argument 1031 ASTSubsequentMonoPatternFill(ScrnInfoPtr pScrn,int patx,int paty,int dst_x,int dst_y,int width,int height) argument 1163 ASTSubsequentColor8x8PatternFillRect(ScrnInfoPtr pScrn,int patx,int paty,int dst_x,int dst_y,int width,int height) argument [all...] |
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_funcs.c | 57 static void A(SetupForMono8x8PatternFill)(ScrnInfoPtr pScrn, int patx, int paty, 60 static void A(SubsequentMono8x8PatternFillRect)(ScrnInfoPtr pScrn, int patx, 91 static void A(SetupForColor8x8PatternFill)(ScrnInfoPtr pScrn,int patx,int paty, 94 static void A(SubsequentColor8x8PatternFillRect)(ScrnInfoPtr pScrn, int patx, 719 static void A(SetupForMono8x8PatternFill)(ScrnInfoPtr pScrn, int patx, int paty, 746 static void A(SubsequentMono8x8PatternFillRect)(ScrnInfoPtr pScrn, int patx, 772 SETPATTERN(patx, paty); 1395 static void A(SetupForColor8x8PatternFill)(ScrnInfoPtr pScrn,int patx,int paty, 1431 static void A(SubsequentColor8x8PatternFillRect)(ScrnInfoPtr pScrn, int patx, 1443 SETSOURCEXY(patx, pat [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_accel.c | 308 * patx int x offset to pattern data 321 GXSetupForColor8x8PatternFill(ScrnInfoPtr pScrni, int patx, int paty, int rop, argument 327 // patx, paty, rop, planemask, trans_color); 329 gc8x8p = (unsigned long *) FBADDR(patx, paty); 349 * patx int pattern phase x offset 364 GXSubsequentColor8x8PatternFillRect(ScrnInfoPtr pScrni, int patx, int paty, argument 369 // patx, paty, x, y, w, h); 370 gfx2_set_pattern_origin(patx, paty); 389 * patx int x offset to pattern data 402 GXSetupForMono8x8PatternFill(ScrnInfoPtr pScrni, int patx, in argument 456 GXSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrni,int patx,int paty,int x,int y,int w,int h) argument [all...] |
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_storm.c | 97 int patx, int paty, int fg, int bg, int rop, unsigned int planemask ); 100 int patx, int paty, int x, int y, int w, int h ); 103 int patx, int paty, int x, int y, int w, int h ); 106 int patx, int paty, int y, int h, int left, int dxL, int dyL, int eL, 1639 int patx, int paty, int fg, int bg, 1652 regs[1] = patx; 1666 int patx, int paty, 1672 OUTREG(MGAREG_SHIFT, (paty << 4) | patx); 1680 int patx, int paty, 1693 int patx, in 1638 mgaSetupForMono8x8PatternFill(ScrnInfoPtr pScrn,int patx,int paty,int fg,int bg,int rop,unsigned int planemask) argument 1665 mgaSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn,int patx,int paty,int x,int y,int w,int h) argument 1679 mgaSubsequentMono8x8PatternFillRect_Additional(ScrnInfoPtr pScrn,int patx,int paty,int x,int y,int w,int h) argument 1692 mgaSubsequentMono8x8PatternFillTrap(ScrnInfoPtr pScrn,int patx,int paty,int y,int h,int left,int dxL,int dyL,int eL,int right,int dxR,int dyR,int eR) argument [all...] |
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_accel.c | 697 int patx, int paty, 725 OUTREG(MONO_PAT_0, patx); 736 int patx, int paty, 753 int patx, int paty, 695 S3VSetupForMono8x8PatternFill(ScrnInfoPtr pScrn,int patx,int paty,int fg,int bg,int rop,unsigned int planemask) argument 734 S3VSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn,int patx,int paty,int x,int y,int w,int h) argument 751 S3VSubsequentMono8x8PatternFillRectPlaneMask(ScrnInfoPtr pScrn,int patx,int paty,int x,int y,int w,int h) argument
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis300_accel.c | 473 int patx, int paty, int fg, int bg, 480 SiSSetupMONOPAT(patx,paty) 493 int patx, int paty, 525 int patx, int paty, 472 SiSSetupForMonoPatternFill(ScrnInfoPtr pScrn,int patx,int paty,int fg,int bg,int rop,unsigned int planemask) argument 492 SiSSubsequentMonoPatternFill(ScrnInfoPtr pScrn,int patx,int paty,int x,int y,int w,int h) argument 524 SiSSubsequentMonoPatternFillTrap(ScrnInfoPtr pScrn,int patx,int paty,int y,int h,int left,int dxL,int dyL,int eL,int right,int dxR,int dyR,int eR) argument
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_accel.c | 979 int patx, int paty, int rop, unsigned int planemask, int trans_color) 983 pat_src_addr = FBADDR(pTseng, patx, paty); 1010 int patx, int paty, int x, int y, int w, int h) 1014 int srcaddr = pat_src_addr + MULBPP(pTseng, paty * 8 + patx);
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | alp_xaa.c | 227 int patx, int paty, 238 patx, paty, fg, bg, rop, planemask); 284 AlpSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn, int patx, int paty, argument 299 memcpy(pCir->FbBase + pAlp->monoPattern8x8, &patx, 4); 226 AlpSetupForMono8x8PatternFill(ScrnInfoPtr pScrn,int patx,int paty,int fg,int bg,int rop,unsigned int planemask) argument
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_accel.c | 74 static void TGASetupForMono8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, 77 static void TGASubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn, int patx, 929 TGASetupForMono8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, argument 943 /* ErrorF("TGASetupForMono8x8PatternFill called with patx = %d, paty = %d, fg = %d, bg = %d, rop = %d, planemask = %d\n", */ 944 /* patx, paty, fg, bg, rop, planemask); */ 998 TGASubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn, int patx, int paty, argument 1000 /* patx and paty = first & second dwords of pattern to be rendered, packed */ 1029 tmp = (patx >> (i * 8)) & 0xFF;
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_accel.c | 396 int patx, int paty, int x, int y, int w, int h) 401 pnozz_write_4(pPnozz, PATTERN_ORIGIN_X, patx); 395 PnozzSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn,int patx,int paty,int x,int y,int w,int h) argument
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_accelfuncs.c | 619 int patx, int paty, 638 OUT_ACCEL_REG(RADEON_SRC_Y_X, (paty << 16) | patx); 649 int patx, int paty, 660 OUT_ACCEL_REG(RADEON_BRUSH_Y_X, (paty << 16) | patx);
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64accel.c | 706 int patx, 738 outf(PAT_REG0, patx); 757 int patx, 703 ATIMach64SetupForMono8x8PatternFill(ScrnInfoPtr pScreenInfo,int patx,int paty,int fg,int bg,int rop,unsigned int planemask) argument 754 ATIMach64SubsequentMono8x8PatternFillRect(ScrnInfoPtr pScreenInfo,int patx,int paty,int x,int y,int w,int h) argument
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_accel.c | 665 int patx, int paty, 674 trans_color, patx, paty)); 696 int patx, int paty, 704 patx, paty, x, y, w, h)); 706 OUTREG(R128_SRC_Y_X, (paty << 16) | patx);
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_accel.c | 306 CrimeSetupForMono8x8PatternFill(ScrnInfoPtr pScrn, int patx, int paty, argument 338 pat = patx & 0xff000000; 341 pat = patx & 0x00ff0000; 344 pat = patx & 0x0000ff00; 347 pat = patx & 0x000000ff; 369 int patx, int paty, int x, int y, int w, int h) 379 WRITE4(CRIME_DE_STIPPLE_MODE, 0x001f0000 | (patx << 24)); 368 CrimeSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrn,int patx,int paty,int x,int y,int w,int h) argument
|