Searched refs:src_pitch (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 583 s32 src_pitch, dst_pitch; in vmw_stdu_bo_cpu_commit() local 602 src_pitch = ddirty->pitch; in vmw_stdu_bo_cpu_commit() 604 src_offset = ddirty->fb_top * src_pitch + ddirty->fb_left * stdu->cpp; in vmw_stdu_bo_cpu_commit() 608 swap(dst_pitch, src_pitch); in vmw_stdu_bo_cpu_commit() 614 src_bo, src_offset, src_pitch, in vmw_stdu_bo_cpu_commit() 1303 s32 src_pitch, dst_pitch; in vmw_stdu_bo_populate_update_cpu() local 1320 src_pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_update_cpu() 1321 src_offset = bo_update->fb_top * src_pitch + bo_update->fb_left * in vmw_stdu_bo_populate_update_cpu() 1325 src_offset, src_pitch, width * stdu->cpp, height, in vmw_stdu_bo_populate_update_cpu()
|
/netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
H A D | r600_blit.c | 1915 int w, int h, int src_pitch, int dst_pitch, int cpp) in r600_blit_swap() argument 1971 src_pitch / cpp, in r600_blit_swap() 1972 sy2, src_pitch / cpp, in r600_blit_swap() 1976 R600_TC_ACTION_ENA, src_pitch * sy2, src_gpu_addr); in r600_blit_swap()
|
H A D | mga_drm.h | 400 int src_pitch, dst_pitch; member
|
H A D | r600_cp.c | 2310 int i, cpp, src_pitch, dst_pitch; in r600_cp_dispatch_swap() local 2321 src_pitch = dev_priv->back_pitch; in r600_cp_dispatch_swap() 2326 src_pitch = dev_priv->front_pitch; in r600_cp_dispatch_swap() 2347 src_pitch, dst_pitch, cpp); in r600_cp_dispatch_swap()
|
H A D | mga_state.c | 824 MGA_AR5, blit->ydir * blit->src_pitch, in mga_dma_dispatch_blit() 840 start = srcy * blit->src_pitch + srcx; in mga_dma_dispatch_blit()
|
H A D | radeon_drv.h | 542 int w, int h, int src_pitch, int dst_pitch, int cpp);
|
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
H A D | mga_drm.h | 400 int src_pitch, dst_pitch; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/mga/ |
H A D | mga_state.c | 794 MGA_AR5, blit->ydir * blit->src_pitch, in mga_dma_dispatch_blit() 809 start = srcy * blit->src_pitch + srcx; in mga_dma_dispatch_blit()
|