| /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...]
 | 
| /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...]
 | 
| 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...]
 | 
| 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...]
 | 
| 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...]
 | 
| savage_state.c | 30 			       const struct drm_clip_rect *pbox) 35 		((uint32_t)pbox->x1 & 0x000007ff) |
 36 		(((uint32_t)pbox->y1 << 16) & 0x07ff0000);
 38 		(((uint32_t)pbox->x2 - 1) & 0x000007ff) |
 39 		((((uint32_t)pbox->y2 - 1) << 16) & 0x07ff0000);
 56 			      const struct drm_clip_rect *pbox)
 61 		((uint32_t)pbox->x1 & 0x000007ff) |
 62 		(((uint32_t)pbox->y1 << 12) & 0x00fff000);
 64 		(((uint32_t)pbox->x2 - 1) & 0x000007ff) |
 65 		((((uint32_t)pbox->y2 - 1) << 12) & 0x00fff000)
 [all...]
 | 
| savage_drv.h | 195 			       const struct drm_clip_rect *pbox); 220 				      const struct drm_clip_rect *pbox);
 222 				     const struct drm_clip_rect *pbox);
 
 | 
| 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;
 
 | 
| /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...]
 | 
| /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...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/savage/ | 
| savage_state.c | 42 			       const struct drm_clip_rect * pbox) 47 	    ((uint32_t) pbox->x1 & 0x000007ff) |
 48 	    (((uint32_t) pbox->y1 << 16) & 0x07ff0000);
 50 	    (((uint32_t) pbox->x2 - 1) & 0x000007ff) |
 51 	    ((((uint32_t) pbox->y2 - 1) << 16) & 0x07ff0000);
 68 			      const struct drm_clip_rect * pbox)
 73 	    ((uint32_t) pbox->x1 & 0x000007ff) |
 74 	    (((uint32_t) pbox->y1 << 12) & 0x00fff000);
 76 	    (((uint32_t) pbox->x2 - 1) & 0x000007ff) |
 77 	    ((((uint32_t) pbox->y2 - 1) << 12) & 0x00fff000)
 [all...]
 | 
| savage_drv.h | 200 				const struct drm_clip_rect * pbox); 225 				      const struct drm_clip_rect * pbox);
 227 				     const struct drm_clip_rect * pbox);
 
 |