Searched refs:dst_stride (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_blit.c | 447 u32 dst_offset, u32 dst_stride, in vmw_bo_cpu_blit() argument 457 u32 j, initial_line = dst_offset / dst_stride; in vmw_bo_cpu_blit() 493 diff->line_offset = dst_offset % dst_stride; in vmw_bo_cpu_blit() 498 dst_offset += dst_stride; in vmw_bo_cpu_blit()
|
D | vmwgfx_drv.h | 1477 u32 dst_offset, u32 dst_stride,
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
D | codec-fwht.c | 837 unsigned int dst_stride, unsigned int dst_step, in decode_plane() argument 856 dst += dst_stride; in decode_plane() 872 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane() 880 dst_stride, dst_step); in decode_plane() 902 fill_decoder_block(dstp, cf->de_fwht, dst_stride, in decode_plane() 913 struct fwht_raw_frame *dst, unsigned int dst_stride, in fwht_decode_frame() argument 921 ref->luma_alpha_step, dst->luma, dst_stride, in fwht_decode_frame() 952 ref->luma_alpha_step, dst->alpha, dst_stride, in fwht_decode_frame()
|
D | codec-fwht.h | 148 struct fwht_raw_frame *dst, unsigned int dst_stride,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | accel_2d.c | 162 uint32_t dst_stride, uint32_t dst_format, in psb_accel_2d_copy() argument 197 PSB_2D_DST_SURF_BH | dst_format | (dst_stride << in psb_accel_2d_copy()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
D | imx-pxp.c | 726 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local 742 dst_stride = ctx->q_data[V4L2_M2M_DST].bytesperline; in pxp_start() 783 out_buf2 = out_buf + dst_stride * dst_height; in pxp_start() 789 out_pitch = BF_PXP_OUT_PITCH_PITCH(dst_stride); in pxp_start()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 22083 + unsigned int dst_stride; 32008 + (stride != src2_dst_data_cfg->dst_stride)) { 32014 + src2_dst_data_cfg->dst_stride = stride; 32728 + cfg->dst_stride); 36500 + unsigned int src_stride = 0, src2_stride = 0, dst_stride = 0; 36655 + dst_stride = tmp.stride; 36674 + dst_stride, 36692 + dst_stride = src_stride; 36699 + dst_stride = src2_stride; 36706 + &dst_stride) < 0) [all …]
|