| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_rects.c | 46 GCPtr gc, int nrect, xRectangle *prect) 66 if (nrect < 100) { 68 for (int i = 0; i < nrect; i++) 82 v = glamor_get_vbo_space(drawable->pScreen, nrect * sizeof (xRectangle), &vbo_offset); 94 memcpy(v, prect, nrect * sizeof (xRectangle)); 109 v = glamor_get_vbo_space(drawable->pScreen, nrect * 8 * sizeof (short), &vbo_offset); 115 for (n = 0; n < nrect; n++) { 155 glDrawArraysInstanced(GL_TRIANGLE_STRIP, 0, 4, nrect); 157 glamor_glDrawArrays_GL_QUADS(glamor_priv, nrect); 178 GCPtr gc, int nrect, xRectangl 45 glamor_poly_fill_rect_gl(DrawablePtr drawable,GCPtr gc,int nrect,xRectangle * prect) argument 177 glamor_poly_fill_rect_bail(DrawablePtr drawable,GCPtr gc,int nrect,xRectangle * prect) argument 191 glamor_poly_fill_rect(DrawablePtr drawable,GCPtr gc,int nrect,xRectangle * prect) argument [all...] |
| H A D | glamor_render.c | 1125 int nrect, glamor_composite_rect_t *rects, 1201 nrect_max = MIN(nrect, GLAMOR_COMPOSITE_VBO_VERT_CNT / 4); 1203 if (nrect < 100) { 1206 for (int i = 0; i < nrect; i++) { 1226 while (nrect) { 1231 mrect = nrect > nrect_max ? nrect_max : nrect; 1296 nrect -= rect_processed; 1301 if (nrect) 1115 glamor_composite_with_shader(CARD8 op,PicturePtr source,PicturePtr mask,PicturePtr dest,PixmapPtr source_pixmap,PixmapPtr mask_pixmap,PixmapPtr dest_pixmap,glamor_pixmap_private * source_pixmap_priv,glamor_pixmap_private * mask_pixmap_priv,glamor_pixmap_private * dest_pixmap_priv,int nrect,glamor_composite_rect_t * rects,enum ca_state ca_state) argument
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbfillrect.c | 32 int nrect, 52 while (nrect--) 30 fbPolyFillRect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbfillrect.c | 30 fbPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrect, xRectangle *prect) argument 49 while (nrect--) {
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw.h | 130 #define CW_OFFSET_RECTS(prect, nrect) do { \ 132 for (_i = 0; _i < nrect; _i++) { \
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_render.c | 354 int nrect, 445 while (nrect--) 520 int nrect, 550 n = nrect; 592 ret = exaTryDriverCompositeRects(op, pSrc, pMask, pDst, nrect, rects); 601 pDst, nrect, rects); 604 ret = exaTryDriverCompositeRects(op, pSrc, pMask, pDst, nrect, 610 n = nrect; 350 exaTryDriverCompositeRects(CARD8 op,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,int nrect,ExaCompositeRectPtr rects) argument 516 exaCompositeRects(CARD8 op,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,int nrect,ExaCompositeRectPtr rects) argument
|
| H A D | exa_accel.c | 776 int nrect, 791 RegionPtr pReg = RegionFromRects(nrect, prect, CT_UNSORTED); 813 (nrect == 1 || pGC->alu == GXcopy || pGC->alu == GXclear || 852 ExaCheckPolyFillRect (pDrawable, pGC, nrect, prect); 864 while (nrect--) 774 exaPolyFillRect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_render.c | 347 int nrect, ExaCompositeRectPtr rects) 437 while (nrect--) { 509 PicturePtr pDst, int nrect, ExaCompositeRectPtr rects) 538 n = nrect; 584 ret = exaTryDriverCompositeRects(op, pSrc, pMask, pDst, nrect, rects); 595 nrect, rects); 598 ret = exaTryDriverCompositeRects(op, pSrc, pMask, pDst, nrect, 604 n = nrect; 343 exaTryDriverCompositeRects(CARD8 op,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,int nrect,ExaCompositeRectPtr rects) argument 506 exaCompositeRects(CARD8 op,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,int nrect,ExaCompositeRectPtr rects) argument
|
| H A D | exa_accel.c | 777 exaPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrect, xRectangle *prect) argument 792 RegionPtr pReg = RegionFromRects(nrect, prect, CT_UNSORTED); 813 (nrect == 1 || pGC->alu == GXcopy || pGC->alu == GXclear || 849 ExaCheckPolyFillRect(pDrawable, pGC, nrect, prect); 861 while (nrect--) {
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_unaccel.c | 387 * @nrect: Number of rectangles to fill. 401 int nrect, xRectangle *prect) 413 if (!nrect) 420 region = RECTS_TO_REGION(pGC->pScreen, nrect, prect, CT_UNSORTED); 450 pGC->ops->PolyFillRect(pDrawable, pGC, nrect, prect_save); 480 int nrect, xRectangle * prect) 488 if (saa_check_poly_fill_rect_noreadback(pDrawable, pGC, nrect, prect)) 503 pGC->ops->PolyFillRect(pDrawable, pGC, nrect, prect); 400 saa_check_poly_fill_rect_noreadback(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument 479 saa_check_poly_fill_rect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| H A D | saa_priv.h | 207 int nrect, xRectangle * prect);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-unaccel.c | 298 int nrect, xRectangle * prect) 304 uxa_damage_poly_fill_rect (®ion, pDrawable, pGC, nrect, prect); 311 fbPolyFillRect(pDrawable, pGC, nrect, prect); 297 uxa_check_poly_fill_rect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| H A D | uxa-priv.h | 244 int nrect, xRectangle * prect); 372 PicturePtr pDst, int nrect, uxa_composite_rect_t * rects);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-priv.h | 241 int nrect, xRectangle * prect); 364 PicturePtr pDst, int nrect, uxa_composite_rect_t * rects);
|
| H A D | uxa-unaccel.c | 283 int nrect, xRectangle * prect) 292 fbPolyFillRect(pDrawable, pGC, nrect, prect); 282 uxa_check_poly_fill_rect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| H A D | uxa-accel.c | 680 GCPtr pGC, int nrect, xRectangle * prect) 693 pReg = RECTS_TO_REGION(pScreen, nrect, prect, CT_UNSORTED); 711 (nrect == 1 || pGC->alu == GXcopy || pGC->alu == GXclear || 742 uxa_check_poly_fill_rect(pDrawable, pGC, nrect, prect); 749 while (nrect--) { 679 uxa_poly_fill_rect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-priv.h | 241 int nrect, xRectangle * prect); 364 PicturePtr pDst, int nrect, uxa_composite_rect_t * rects);
|
| H A D | uxa-unaccel.c | 283 int nrect, xRectangle * prect) 292 fbPolyFillRect(pDrawable, pGC, nrect, prect); 282 uxa_check_poly_fill_rect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| H A D | uxa-accel.c | 680 GCPtr pGC, int nrect, xRectangle * prect) 693 pReg = RECTS_TO_REGION(pScreen, nrect, prect, CT_UNSORTED); 711 (nrect == 1 || pGC->alu == GXcopy || pGC->alu == GXclear || 742 uxa_check_poly_fill_rect(pDrawable, pGC, nrect, prect); 749 while (nrect--) { 679 uxa_poly_fill_rect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa-priv.h | 265 int nrect, xRectangle *prect); 452 int nrect,
|
| H A D | uxa-unaccel.c | 249 int nrect, xRectangle *prect) 257 fbPolyFillRect (pDrawable, pGC, nrect, prect); 248 uxa_check_poly_fill_rect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| H A D | uxa-accel.c | 668 int nrect, 682 RegionPtr pReg = RECTS_TO_REGION(pScreen, nrect, prect, CT_UNSORTED); 700 (nrect == 1 || pGC->alu == GXcopy || pGC->alu == GXclear || 727 uxa_check_poly_fill_rect (pDrawable, pGC, nrect, prect); 739 while (nrect--) 666 uxa_poly_fill_rect(DrawablePtr pDrawable,GCPtr pGC,int nrect,xRectangle * prect) argument
|
| H A D | uxa-render.c | 517 int nrect, 545 while (nrect--) 604 int nrect, 615 if (uxa_try_driver_composite_rects(op, pSrc, pDst, nrect, rects) != 1) { 616 n = nrect; 514 uxa_try_driver_composite_rects(CARD8 op,PicturePtr pSrc,PicturePtr pDst,int nrect,uxa_composite_rect_t * rects) argument 601 uxa_composite_rects(CARD8 op,PicturePtr pSrc,PicturePtr pDst,int nrect,uxa_composite_rect_t * rects) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_glyphs.c | 595 int nrect; local in function:glyphs_to_dst 609 nrect = region_num_rects(dst->pCompositeClip); 611 nrect = 0; 652 if (nrect) { 660 for (i = 0; i < nrect; i++) { 765 int nrect = region_num_rects(dst->pCompositeClip); local in function:glyphs0_to_dst 766 if (nrect == 0) 809 for (i = 0; i < nrect; i++) { 954 int nrect; local in function:glyphs_slow 997 nrect [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_glyphs.c | 595 int nrect; local in function:glyphs_to_dst 609 nrect = region_num_rects(dst->pCompositeClip); 611 nrect = 0; 652 if (nrect) { 660 for (i = 0; i < nrect; i++) { 765 int nrect = region_num_rects(dst->pCompositeClip); local in function:glyphs0_to_dst 766 if (nrect == 0) 809 for (i = 0; i < nrect; i++) { 954 int nrect; local in function:glyphs_slow 997 nrect [all...] |