| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ | 
| vmwgfx_scrn.c | 51  * blit surface to screen command. 510 	struct vmw_kms_sou_bo_blit *blit = cmd;  local in function:vmw_sou_bo_populate_clip
 512 	blit->header = SVGA_CMD_BLIT_GMRFB_TO_SCREEN;
 513 	blit->body.destScreenId = update->du->unit;
 514 	blit->body.srcOrigin.x = fb_x;
 515 	blit->body.srcOrigin.y = fb_y;
 516 	blit->body.destRect.left = clip->x1;
 517 	blit->body.destRect.top = clip->y1;
 518 	blit->body.destRect.right = clip->x2;
 519 	blit->body.destRect.bottom = clip->y2
 596  struct vmw_kms_sou_dirty_cmd *blit = cmd;  local in function:vmw_sou_surface_pre_clip
 646  struct vmw_kms_sou_dirty_cmd *blit;  local in function:vmw_sou_surface_post_clip
 1035  SVGASignedRect *blit = (SVGASignedRect *) &cmd[1];  local in function:vmw_sou_surface_fifo_commit
 1090  SVGASignedRect *blit = (SVGASignedRect *) &cmd[1];  local in function:vmw_sou_surface_clip
 1213  struct vmw_kms_sou_bo_blit *blit = dirty->cmd;  local in function:vmw_sou_bo_clip
 1323  struct vmw_kms_sou_readback_blit *blit = dirty->cmd;  local in function:vmw_sou_readback_clip
 [all...]
 | 
| vmwgfx_stdu.c | 116  *               is a separate buffer to which content_vfbs will blit to. 128 	/* For CPU Blit */
 464 	struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1];  local in function:vmw_stdu_bo_clip
 466 	blit += dirty->num_hits;
 467 	blit->srcx = dirty->fb_x;
 468 	blit->srcy = dirty->fb_y;
 469 	blit->x = dirty->unit_x1;
 470 	blit->y = dirty->unit_y1;
 471 	blit->d = 1;
 472 	blit->w = dirty->unit_x2 - dirty->unit_x1
 501  struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1];  local in function:vmw_stdu_bo_fifo_commit
 761  struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1];  local in function:vmw_kms_stdu_surface_clip
 808  struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1];  local in function:vmw_kms_stdu_surface_fifo_commit
 [all...]
 | 
| /src/sys/external/bsd/drm/dist/shared-core/ | 
| mach64_state.c | 652 				    drm_mach64_blit_t * blit) 665 	switch (blit->format) {
 681 		DRM_ERROR("invalid blit format %d\n", blit->format);
 685 	/* Set buf->used to the bytes of blit data based on the blit dimensions
 688 	 * used for setup as well as the blit data.
 690 	dwords = (blit->width * blit->height) >> dword_shift;
 694 		DRM_ERROR("Invalid blit size: %lu bytes\n", used)
 862  drm_mach64_blit_t *blit = data;  local in function:mach64_dma_blit
 [all...]
 | 
| mga_state.c | 493 		DRM_ERROR("*** bad blit: src=0x%x dst=0x%x\n", srcorg, dstorg); 744  * standard blit, the ioctl needs to do checking.
 799 static void mga_dma_dispatch_blit(struct drm_device * dev, drm_mga_blit_t * blit)
 818 		  MGA_PLNWT, blit->planemask,
 819 		  MGA_SRCORG, blit->srcorg,
 820 		  MGA_DSTORG, blit->dstorg);
 824 		  MGA_AR5, blit->ydir * blit->src_pitch,
 825 		  MGA_PITCH, blit->dst_pitch);
 828 		int srcx = pbox[i].x1 + blit->delta_sx
 1019  drm_mga_blit_t *blit = data;  local in function:mga_dma_blit
 [all...]
 | 
| r128_state.c | 780 				  drm_r128_blit_t * blit) 795 	switch (blit->format) {
 811 		DRM_ERROR("invalid blit format %d\n", blit->format);
 817 	 * data from the host data blit, otherwise part of the texture
 829 	buf = dma->buflist[blit->idx];
 838 		DRM_ERROR("sending pending buffer %d\n", blit->idx);
 844 	dwords = (blit->width * blit->height) >> dword_shift;
 851 			       (blit->format << 8)
 1474  drm_r128_blit_t *blit = data;  local in function:r128_cce_blit
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/mga/ | 
| mga_state.c | 475 		DRM_ERROR("*** bad blit: src=0x%x dst=0x%x\n", srcorg, dstorg); 721  * standard blit, the ioctl needs to do checking.
 771 static void mga_dma_dispatch_blit(struct drm_device *dev, drm_mga_blit_t *blit)
 789 		  MGA_PLNWT, blit->planemask,
 790 		  MGA_SRCORG, blit->srcorg, MGA_DSTORG, blit->dstorg);
 794 		  MGA_AR5, blit->ydir * blit->src_pitch,
 795 		  MGA_PITCH, blit->dst_pitch);
 798 		int srcx = pbox[i].x1 + blit->delta_sx
 989  drm_mga_blit_t *blit = data;  local in function:mga_dma_blit
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ | 
| nouveau_fbcon.h | 44 	struct nvif_object blit;  member in struct:nouveau_fbdev 
 | 
| nouveau_nv04_fbcon.c | 204 			       NULL, 0, &nfbdev->blit); 252 	OUT_RING(chan, nfbdev->blit.handle);
 
 | 
| nouveau_fbcon.c | 280 		nvif_object_fini(&fbcon->blit); 
 | 
| /src/sys/external/bsd/drm2/dist/drm/r128/ | 
| r128_state.c | 785 				  drm_r128_blit_t *blit) 800 	switch (blit->format) {
 816 		DRM_ERROR("invalid blit format %d\n", blit->format);
 822 	 * data from the host data blit, otherwise part of the texture
 834 	buf = dma->buflist[blit->idx];
 843 		DRM_ERROR("sending pending buffer %d\n", blit->idx);
 849 	dwords = (blit->width * blit->height) >> dword_shift;
 856 			       (blit->format << 8)
 1440  drm_r128_blit_t *blit = data;  local in function:r128_cce_blit
 [all...]
 | 
| /src/sys/external/bsd/drm2/dist/drm/radeon/ | 
| radeon_asic.c | 234 		.blit = &r100_copy_blit, 302 		.blit = &r100_copy_blit,
 398 		.blit = &r100_copy_blit,
 466 		.blit = &r100_copy_blit,
 534 		.blit = &r100_copy_blit,
 602 		.blit = &r100_copy_blit,
 670 		.blit = &r100_copy_blit,
 738 		.blit = &r100_copy_blit,
 806 		.blit = &r100_copy_blit,
 874 		.blit = &r100_copy_blit
 [all...]
 | 
| radeon_benchmark.c | 138 	if (rdev->asic->copy.blit) { 146 						     sdomain, ddomain, "blit");
 
 | 
| radeon_test.c | 263 	if (rdev->asic->copy.blit) 
 | 
| radeon.h | 1958 		struct radeon_fence *(*blit)(struct radeon_device *rdev,  member in struct:radeon_asic::__anon8b884c850708 2813 #define radeon_copy_blit(rdev, s, d, np, resv) (rdev)->asic->copy.blit((rdev), (s), (d), (np), (resv))
 
 | 
| /src/share/terminfo/ | 
| terminfo | 21950 #### Bell Labs blit terminals 21960 #  Jerq to sleep, cloned its parts, and the Blit was brought forth unto the
 21964 #  In all seriousness, the Blit was originally known as the Jerq, but when
 21967 #  not remain. So it was renamed to be Blit. This was in late 1981.
 21969 # (The AT&T 5620 was the commercialized Blit.  Its successors were the 630,
 21973 blit|jerq|blit running teletype rom,
 21984 cbblit|fixterm|blit running columbus code,
 21988 	smul=\EU", use=blit,
 21990 oblit|ojerq|first version of blit rom
 [all...]
 |