| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaFillRect.c | 122 int nboxes, 129 pGC->fgPixel, pGC->alu, pGC->planemask, nboxes, pClipBoxes); 140 int nboxes, 169 nboxes, pClipBoxes, pPriv->pattern0, pPriv->pattern1, 180 int nboxes, 210 pGC->alu, pGC->planemask, nboxes, pClipBoxes, 222 int nboxes, 242 pGC->alu, pGC->planemask, nboxes, pClipBoxes, 255 int nboxes, 280 pGC->planemask, nboxes, pClipBoxe 120 XAARenderSolidRects(GCPtr pGC,int nboxes,BoxPtr pClipBoxes,int xorg,int yorg) argument 138 XAARenderMono8x8Rects(GCPtr pGC,int nboxes,BoxPtr pClipBoxes,int xorg,int yorg) argument 178 XAARenderColor8x8Rects(GCPtr pGC,int nboxes,BoxPtr pClipBoxes,int xorg,int yorg) argument 220 XAARenderColorExpandRects(GCPtr pGC,int nboxes,BoxPtr pClipBoxes,int xorg,int yorg) argument 253 XAARenderCacheBltRects(GCPtr pGC,int nboxes,BoxPtr pClipBoxes,int xorg,int yorg) argument 290 XAARenderCacheExpandRects(GCPtr pGC,int nboxes,BoxPtr pClipBoxes,int xorg,int yorg) argument 324 XAARenderImageWriteRects(GCPtr pGC,int nboxes,BoxPtr pClipBoxes,int xorg,int yorg) argument 345 XAARenderPixmapCopyRects(GCPtr pGC,int nboxes,BoxPtr pClipBoxes,int xorg,int yorg) argument [all...] |
| H A D | xaaCpyPlane.c | 173 int nboxes, srcx, srcy; local in function:XAAPushPixelsSolidColorExpansion 191 nboxes = XAAGetRectClipBoxes(pGC, pClipBoxes, 1, &TheRect); 194 while(nboxes--) {
|
| H A D | xaaImage.c | 436 int nboxes, srcx, srcy, srcwidth; local in function:XAAPutImage 449 nboxes = XAAGetRectClipBoxes(pGC, pClipBoxes, 1, &TheRect); 454 while(nboxes--) { 468 while(nboxes--) { 498 numBox = nboxes;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_damage.c | 215 int n, nboxes; local in function:__sna_damage_reduce 225 nboxes = damage->embedded_box.size; 227 nboxes += iter->size; 228 DBG((" nboxes=%d, residual=%d\n", nboxes, damage->remain)); 229 nboxes -= damage->remain; 230 if (nboxes == 0) 232 if (nboxes == 1) { 248 nboxes += region_num_rects(region); 253 DBG((" last box count=%d/%d, need=%d\n", n, iter->size, nboxes)); 1809 int n, nboxes; local in function:_sna_damage_debug_get_region [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_damage.c | 215 int n, nboxes; local in function:__sna_damage_reduce 225 nboxes = damage->embedded_box.size; 227 nboxes += iter->size; 228 DBG((" nboxes=%d, residual=%d\n", nboxes, damage->remain)); 229 nboxes -= damage->remain; 230 if (nboxes == 0) 232 if (nboxes == 1) { 248 nboxes += region_num_rects(region); 253 DBG((" last box count=%d/%d, need=%d\n", n, iter->size, nboxes)); 1809 int n, nboxes; local in function:_sna_damage_debug_get_region [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmware.c | 1159 VMWAREPreDirtyBBUpdate(ScrnInfoPtr pScrn, int nboxes, BoxPtr boxPtr) argument 1166 for (i = 0; i < nboxes; i++) { 1167 VmwareLog(("PreUpdate #%d (%d, %d, w = %d, h = %d)\n", nboxes - i, 1178 while (nboxes--) { 1191 VMWAREPostDirtyBBUpdate(ScrnInfoPtr pScrn, int nboxes, BoxPtr boxPtr) argument 1194 while (nboxes--) { 1196 VmwareLog(("PostUpdate #%d (%d, %d, w = %d, h = %d)\n", nboxes,
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | z4l.c | 695 int nboxes; local in function:z4l_region_equal 703 if ((nboxes = REGION_NUM_RECTS(ap)) != REGION_NUM_RECTS(bp) || 712 while (--nboxes >= 0) {
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_kms.c | 486 int nboxes = RegionNumRects(region); local in function:transform_region 487 xRectanglePtr rects = malloc(nboxes * sizeof(*rects)); 493 for (i = 0; i < nboxes; i++) {
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_kms.c | 433 int nboxes = RegionNumRects(region); local in function:transform_region 434 xRectanglePtr rects = malloc(nboxes * sizeof(*rects)); 440 for (i = 0; i < nboxes; i++) {
|