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

1 2

  /xsrc/external/mit/xorg-server/dist/glamor/
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, xRectangle *prect
    [all...]
glamor_render.c 1186 int nrect, glamor_composite_rect_t *rects,
1262 nrect_max = MIN(nrect, GLAMOR_COMPOSITE_VBO_VERT_CNT / 4);
1264 if (nrect < 100) {
1267 for (int i = 0; i < nrect; i++) {
1287 while (nrect) {
1292 mrect = nrect > nrect_max ? nrect_max : nrect;
1357 nrect -= rect_processed;
1362 if (nrect)
  /xsrc/external/mit/xorg-server/dist/fb/
fbfillrect.c 30 fbPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrect, xRectangle *prect)
49 while (nrect--) {
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbfillrect.c 32 int nrect,
52 while (nrect--)
  /xsrc/external/mit/xorg-server.old/dist/miext/cw/
cw.h 130 #define CW_OFFSET_RECTS(prect, nrect) do { \
132 for (_i = 0; _i < nrect; _i++) { \
  /xsrc/external/mit/xorg-server/dist/exa/
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;
exa_accel.c 777 exaPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrect, xRectangle *prect)
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/xorg-server.old/dist/exa/
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;
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--)
  /xsrc/external/mit/xf86-video-vmware/dist/saa/
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);
saa_priv.h 207 int nrect, xRectangle * prect);
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-unaccel.c 298 int nrect, xRectangle * prect)
304 uxa_damage_poly_fill_rect (&region, pDrawable, pGC, nrect, prect);
311 fbPolyFillRect(pDrawable, pGC, nrect, prect);
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/
uxa-priv.h 241 int nrect, xRectangle * prect);
364 PicturePtr pDst, int nrect, uxa_composite_rect_t * rects);
uxa-unaccel.c 283 int nrect, xRectangle * prect)
292 fbPolyFillRect(pDrawable, pGC, nrect, prect);
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--) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-priv.h 241 int nrect, xRectangle * prect);
364 PicturePtr pDst, int nrect, uxa_composite_rect_t * rects);
uxa-unaccel.c 283 int nrect, xRectangle * prect)
292 fbPolyFillRect(pDrawable, pGC, nrect, prect);
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--) {
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-priv.h 265 int nrect, xRectangle *prect);
452 int nrect,
uxa-unaccel.c 249 int nrect, xRectangle *prect)
257 fbPolyFillRect (pDrawable, pGC, nrect, prect);
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--)
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;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_glyphs.c 595 int nrect; local
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
766 if (nrect == 0)
809 for (i = 0; i < nrect; i++) {
954 int nrect; local
997 nrect = region_num_rects(dst->pCompositeClip)
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_glyphs.c 595 int nrect; local
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
766 if (nrect == 0)
809 for (i = 0; i < nrect; i++) {
954 int nrect; local
997 nrect = region_num_rects(dst->pCompositeClip)
    [all...]

Completed in 101 milliseconds

1 2