| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | accel.c | 40 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_1() argument 139 if (tmp & 0xFFFFC007 || dst_pitch & 0xFFFFC007) { in hw_bitblt_1() 141 tmp, dst_pitch); in hw_bitblt_1() 144 tmp = VIA_PITCH_ENABLE | (tmp >> 3) | (dst_pitch << (16 - 3)); in hw_bitblt_1() 173 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2() argument 220 if (tmp & 0xFFFFC007 || dst_pitch & 0xFFFFC007) { in hw_bitblt_2() 222 tmp, dst_pitch); in hw_bitblt_2() 225 tmp = (tmp >> 3) | (dst_pitch << (16 - 3)); in hw_bitblt_2()
|
| H A D | viafbdev.h | 53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_format_helper.h | 22 void drm_fb_xrgb8888_to_rgb565_dstclip(void __iomem *dst, unsigned int dst_pitch, 25 void drm_fb_xrgb8888_to_rgb888_dstclip(void __iomem *dst, unsigned int dst_pitch,
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_migration_classic.c | 50 CARD8 *dst, int dst_pitch) in exaMemcpyBox() argument 56 dst += pbox->y1 * dst_pitch + pbox->x1 * cpp; in exaMemcpyBox() 61 dst += dst_pitch; in exaMemcpyBox() 540 int dst_pitch, src_pitch, cpp, y, nbox, save_pitch; in exaAssertNotDirty() local 556 dst_pitch = pExaPixmap->sys_pitch; in exaAssertNotDirty() 583 dst = pExaPixmap->sys_ptr + pBox->y1 * dst_pitch + pBox->x1 * cpp; in exaAssertNotDirty() 586 y++, src += src_pitch, dst += dst_pitch) { in exaAssertNotDirty()
|
| H A D | exa.h | 523 int w, int h, char *dst, int dst_pitch);
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr_draw.c | 312 int dst_pitch) in ephyrDownloadFromScreen() argument 333 dst += dst_pitch; in ephyrDownloadFromScreen() 356 int dst_pitch, cpp; in ephyrUploadToScreen() local 364 dst_pitch = exaGetPixmapPitch(pDst); in ephyrUploadToScreen() 366 dst += y * dst_pitch + x * cpp; in ephyrUploadToScreen() 370 dst += dst_pitch; in ephyrUploadToScreen()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_format_helper.c | 214 void drm_fb_xrgb8888_to_rgb565_dstclip(void __iomem *dst, unsigned int dst_pitch, in drm_fb_xrgb8888_to_rgb565_dstclip() argument 228 dst += clip_offset(clip, dst_pitch, sizeof(u16)); in drm_fb_xrgb8888_to_rgb565_dstclip() 266 void drm_fb_xrgb8888_to_rgb888_dstclip(void __iomem *dst, unsigned int dst_pitch, in drm_fb_xrgb8888_to_rgb888_dstclip() argument 280 dst += clip_offset(clip, dst_pitch, sizeof(u16)); in drm_fb_xrgb8888_to_rgb888_dstclip()
|
| /OK3568_Linux_fs/buildroot/package/libfreeimage/ |
| H A D | 0003-fix-big-endian-os.patch | 26 int padding = dst_pitch - dst_width * sizeof(WORD); 35 int padding = dst_pitch - dst_width * sizeof(FILE_BGR);
|
| /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 593 dst_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp; in vmw_stdu_bo_cpu_commit() 595 dst_offset = ddirty->top * dst_pitch + ddirty->left * stdu->cpp; in vmw_stdu_bo_cpu_commit() 603 swap(dst_pitch, src_pitch); in vmw_stdu_bo_cpu_commit() 608 (void) vmw_bo_cpu_blit(dst_bo, dst_offset, dst_pitch, in vmw_stdu_bo_cpu_commit() 1286 s32 src_pitch, dst_pitch; in vmw_stdu_bo_populate_update_cpu() local 1299 dst_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp; in vmw_stdu_bo_populate_update_cpu() 1300 dst_offset = bb->y1 * dst_pitch + bb->x1 * stdu->cpp; in vmw_stdu_bo_populate_update_cpu() 1307 (void) vmw_bo_cpu_blit(dst_bo, dst_offset, dst_pitch, src_bo, 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 193 dst_pitch = t->width * 4; in prepare_blit() 196 dst_pitch /= 4; in prepare_blit() 200 *cs++ = BLT_DEPTH_32 | BLT_ROP_SRC_COPY | dst_pitch; in prepare_blit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 768 char *dst, int dst_pitch) in ms_exa_download_from_screen() argument 799 dst_pitch, NULL); in ms_exa_download_from_screen() 803 pixmap->devKind = dst_pitch; in ms_exa_download_from_screen() 813 dst_pitch, NULL); in ms_exa_download_from_screen() 818 pixmap->devPrivate.ptr = dst + dst_pitch * h; in ms_exa_download_from_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 | 495 + u32 dst_pitch, 507 + task->c64x_arg[2] = dst_pitch; 522 + u32 dst_pitch, 532 + task->c64x_arg[2] = dst_pitch; 1595 + unsigned long dst_pitch;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_state.c | 790 MGA_PITCH, blit->dst_pitch); in mga_dma_dispatch_blit()
|