| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_migration_classic.c | 49 exaMemcpyBox(PixmapPtr pPixmap, BoxPtr pbox, CARD8 *src, int src_pitch, in exaMemcpyBox() argument 55 src += pbox->y1 * src_pitch + pbox->x1 * cpp; in exaMemcpyBox() 60 src += src_pitch; in exaMemcpyBox() 540 int dst_pitch, src_pitch, cpp, y, nbox, save_pitch; in exaAssertNotDirty() local 557 src_pitch = pExaPixmap->fb_pitch; in exaAssertNotDirty() 581 (CARD8 *) pPixmap->devPrivate.ptr + pBox->y1 * src_pitch + in exaAssertNotDirty() 586 y++, src += src_pitch, dst += dst_pitch) { in exaAssertNotDirty()
|
| H A D | exa.h | 483 int y, int w, int h, char *src, int src_pitch);
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr_draw.c | 319 int src_pitch, cpp; in ephyrDownloadFromScreen() local 327 src_pitch = exaGetPixmapPitch(pSrc); in ephyrDownloadFromScreen() 329 src += y * src_pitch + x * cpp; in ephyrDownloadFromScreen() 334 src += src_pitch; in ephyrDownloadFromScreen() 349 int src_pitch) in ephyrUploadToScreen() argument 371 src += src_pitch; in ephyrUploadToScreen()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | accel.c | 41 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_1() argument 138 tmp = src_pitch; in hw_bitblt_1() 174 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_2() argument 219 tmp = src_pitch; in hw_bitblt_2()
|
| H A D | viafbdev.h | 54 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_stdu.c | 578 s32 src_pitch, dst_pitch; in vmw_stdu_bo_cpu_commit() local 597 src_pitch = ddirty->pitch; in vmw_stdu_bo_cpu_commit() 599 src_offset = ddirty->fb_top * src_pitch + ddirty->fb_left * stdu->cpp; in vmw_stdu_bo_cpu_commit() 603 swap(dst_pitch, src_pitch); in vmw_stdu_bo_cpu_commit() 609 src_bo, src_offset, src_pitch, in vmw_stdu_bo_cpu_commit() 1286 s32 src_pitch, dst_pitch; in vmw_stdu_bo_populate_update_cpu() local 1303 src_pitch = update->vfb->base.pitches[0]; in vmw_stdu_bo_populate_update_cpu() 1304 src_offset = bo_update->fb_top * src_pitch + bo_update->fb_left * in vmw_stdu_bo_populate_update_cpu() 1308 src_offset, src_pitch, width * stdu->cpp, height, in vmw_stdu_bo_populate_update_cpu()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_client_blt.c | 159 u32 src_pitch, dst_pitch; in prepare_blit() local 187 src_pitch = t->width * 4; in prepare_blit() 190 src_pitch /= 4; in prepare_blit() 207 *cs++ = src_pitch; in prepare_blit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 703 char *src, int src_pitch) in ms_exa_upload_to_screen() argument 732 src_pitch, NULL); in ms_exa_upload_to_screen() 736 pixmap->devKind = src_pitch; in ms_exa_upload_to_screen() 747 src_pitch, NULL); in ms_exa_upload_to_screen() 752 pixmap->devPrivate.ptr = src + src_pitch * h; in ms_exa_upload_to_screen()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | mga_drm.h | 398 int src_pitch, dst_pitch; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | mga_drm.h | 398 int src_pitch, dst_pitch; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | mga_drm.h | 398 int src_pitch, dst_pitch; member
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | mga_drm.h | 398 int src_pitch, dst_pitch; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | mga_drm.h | 398 int src_pitch, dst_pitch; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | mga_drm.h | 398 int src_pitch, dst_pitch; member
|
| /OK3568_Linux_fs/buildroot/package/directfb/ |
| H A D | 0001-fix-missing-davinci-voodoo-header.patch | 497 + u32 src_pitch, 509 + task->c64x_arg[4] = src_pitch; 524 + u32 src_pitch, 534 + task->c64x_arg[4] = src_pitch; 1601 + unsigned long src_pitch;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_state.c | 789 MGA_AR5, blit->ydir * blit->src_pitch, in mga_dma_dispatch_blit() 804 start = srcy * blit->src_pitch + srcx; in mga_dma_dispatch_blit()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_priv.h | 900 uint32_t src_pitch; member
|