Searched refs:dst_stride (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.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 | 1478 u32 dst_offset, u32 dst_stride,
|
| /Linux-v5.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,
|
| /Linux-v5.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()
|
| /Linux-v5.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()
|