HomeSort by: relevance | last modified time | path
    Searched defs:pbox (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
mach64_state.c 227 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mach64_dma_dispatch_clear
262 int x = pbox[i].x1;
263 int y = pbox[i].y1;
264 int w = pbox[i].x2 - x;
265 int h = pbox[i].y2 - y;
268 pbox[i].x1, pbox[i].y1,
269 pbox[i].x2, pbox[i].y2, flags);
366 struct drm_clip_rect *pbox = sarea_priv->boxes local in function:mach64_dma_dispatch_swap
    [all...]
mach64_state.c 227 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mach64_dma_dispatch_clear
262 int x = pbox[i].x1;
263 int y = pbox[i].y1;
264 int w = pbox[i].x2 - x;
265 int h = pbox[i].y2 - y;
268 pbox[i].x1, pbox[i].y1,
269 pbox[i].x2, pbox[i].y2, flags);
366 struct drm_clip_rect *pbox = sarea_priv->boxes local in function:mach64_dma_dispatch_swap
    [all...]
mga_state.c 508 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_clear
524 struct drm_clip_rect *box = &pbox[i];
598 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_swap
625 struct drm_clip_rect *box = &pbox[i];
804 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_blit
828 int srcx = pbox[i].x1 + blit->delta_sx;
829 int srcy = pbox[i].y1 + blit->delta_sy;
830 int dstx = pbox[i].x1 + blit->delta_dx;
831 int dsty = pbox[i].y1 + blit->delta_dy;
832 int h = pbox[i].y2 - pbox[i].y1
    [all...]
mga_state.c 508 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_clear
524 struct drm_clip_rect *box = &pbox[i];
598 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_swap
625 struct drm_clip_rect *box = &pbox[i];
804 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_blit
828 int srcx = pbox[i].x1 + blit->delta_sx;
829 int srcy = pbox[i].y1 + blit->delta_sy;
830 int dstx = pbox[i].x1 + blit->delta_dx;
831 int dsty = pbox[i].y1 + blit->delta_dy;
832 int h = pbox[i].y2 - pbox[i].y1
    [all...]
r128_state.c 361 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:r128_cce_dispatch_clear
378 int x = pbox[i].x1;
379 int y = pbox[i].y1;
380 int w = pbox[i].x2 - x;
381 int h = pbox[i].y2 - y;
384 pbox[i].x1, pbox[i].y1, pbox[i].x2,
385 pbox[i].y2, flags);
466 struct drm_clip_rect *pbox = sarea_priv->boxes local in function:r128_cce_dispatch_swap
    [all...]
r128_state.c 361 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:r128_cce_dispatch_clear
378 int x = pbox[i].x1;
379 int y = pbox[i].y1;
380 int w = pbox[i].x2 - x;
381 int h = pbox[i].y2 - y;
384 pbox[i].x1, pbox[i].y1, pbox[i].x2,
385 pbox[i].y2, flags);
466 struct drm_clip_rect *pbox = sarea_priv->boxes local in function:r128_cce_dispatch_swap
    [all...]
r600_cp.c 2309 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:r600_cp_dispatch_swap
2337 int x = pbox[i].x1;
2338 int y = pbox[i].y1;
2339 int w = pbox[i].x2 - x;
2340 int h = pbox[i].y2 - y;
radeon_state.c 861 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:radeon_cp_dispatch_clear
899 int x = pbox[i].x1;
900 int y = pbox[i].y1;
901 int w = pbox[i].x2 - x;
902 int h = pbox[i].y2 - y;
1029 ((pbox[i].y1 >> 3) * depthpixperline +
1030 pbox[i].x1) >> 6;
1032 ((pbox[i].x2 & ~63) -
1033 (pbox[i].x1 & ~63)) >> 4;
1035 (pbox[i].y2 >> 3) - (pbox[i].y1 >> 3)
1351 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:radeon_cp_dispatch_swap
    [all...]
r600_cp.c 2309 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:r600_cp_dispatch_swap
2337 int x = pbox[i].x1;
2338 int y = pbox[i].y1;
2339 int w = pbox[i].x2 - x;
2340 int h = pbox[i].y2 - y;
radeon_state.c 861 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:radeon_cp_dispatch_clear
899 int x = pbox[i].x1;
900 int y = pbox[i].y1;
901 int w = pbox[i].x2 - x;
902 int h = pbox[i].y2 - y;
1029 ((pbox[i].y1 >> 3) * depthpixperline +
1030 pbox[i].x1) >> 6;
1032 ((pbox[i].x2 & ~63) -
1033 (pbox[i].x1 & ~63)) >> 4;
1035 (pbox[i].y2 >> 3) - (pbox[i].y1 >> 3)
1351 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:radeon_cp_dispatch_swap
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_state.c 490 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_clear
505 struct drm_clip_rect *box = &pbox[i];
578 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_swap
603 struct drm_clip_rect *box = &pbox[i];
776 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_blit
798 int srcx = pbox[i].x1 + blit->delta_sx;
799 int srcy = pbox[i].y1 + blit->delta_sy;
800 int dstx = pbox[i].x1 + blit->delta_dx;
801 int dsty = pbox[i].y1 + blit->delta_dy;
802 int h = pbox[i].y2 - pbox[i].y1
    [all...]
mga_state.c 490 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_clear
505 struct drm_clip_rect *box = &pbox[i];
578 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_swap
603 struct drm_clip_rect *box = &pbox[i];
776 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:mga_dma_dispatch_blit
798 int srcx = pbox[i].x1 + blit->delta_sx;
799 int srcy = pbox[i].y1 + blit->delta_sy;
800 int dstx = pbox[i].x1 + blit->delta_dx;
801 int dsty = pbox[i].y1 + blit->delta_dy;
802 int h = pbox[i].y2 - pbox[i].y1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i810/
i810_dma.c 604 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:i810_dma_dispatch_clear
625 for (i = 0; i < nbox; i++, pbox++) {
626 unsigned int x = pbox->x1;
627 unsigned int y = pbox->y1;
628 unsigned int width = (pbox->x2 - x) * cpp;
629 unsigned int height = pbox->y2 - y;
632 if (pbox->x1 > pbox->x2 ||
633 pbox->y1 > pbox->y2 |
677 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:i810_dma_dispatch_swap
    [all...]
i810_dma.c 604 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:i810_dma_dispatch_clear
625 for (i = 0; i < nbox; i++, pbox++) {
626 unsigned int x = pbox->x1;
627 unsigned int y = pbox->y1;
628 unsigned int width = (pbox->x2 - x) * cpp;
629 unsigned int height = pbox->y2 - y;
632 if (pbox->x1 > pbox->x2 ||
633 pbox->y1 > pbox->y2 |
677 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:i810_dma_dispatch_swap
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_state.c 369 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:r128_cce_dispatch_clear
386 int x = pbox[i].x1;
387 int y = pbox[i].y1;
388 int w = pbox[i].x2 - x;
389 int h = pbox[i].y2 - y;
392 pbox[i].x1, pbox[i].y1, pbox[i].x2,
393 pbox[i].y2, flags);
474 struct drm_clip_rect *pbox = sarea_priv->boxes local in function:r128_cce_dispatch_swap
    [all...]
r128_state.c 369 struct drm_clip_rect *pbox = sarea_priv->boxes; local in function:r128_cce_dispatch_clear
386 int x = pbox[i].x1;
387 int y = pbox[i].y1;
388 int w = pbox[i].x2 - x;
389 int h = pbox[i].y2 - y;
392 pbox[i].x1, pbox[i].y1, pbox[i].x2,
393 pbox[i].y2, flags);
474 struct drm_clip_rect *pbox = sarea_priv->boxes local in function:r128_cce_dispatch_swap
    [all...]

Completed in 58 milliseconds