Searched refs:dst_stride (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_blit.c | 458 u32 dst_stride, struct vmw_bo *src, in vmw_external_bo_copy() argument 480 if (!dst_stride || !src_stride) in vmw_external_bo_copy() 482 if (dst_stride < width_in_bytes || src_stride < width_in_bytes) in vmw_external_bo_copy() 484 if (check_mul_overflow((size_t)dst_stride, (size_t)height - 1, &dst_end) || in vmw_external_bo_copy() 514 if (src_stride == dst_stride && width_in_bytes == dst_stride) { in vmw_external_bo_copy() 515 memcpy(vdst, vsrc, dst_stride * (size_t)height); in vmw_external_bo_copy() 520 vdst += dst_stride; in vmw_external_bo_copy() 524 x_in_bytes = (dst_offset % dst_stride); in vmw_external_bo_copy() 526 diff->rect.y1 = ((dst_offset - x_in_bytes) / dst_stride); in vmw_external_bo_copy() 565 u32 dst_offset, u32 dst_stride, in vmw_bo_cpu_blit() argument [all …]
|
| /linux/drivers/gpu/drm/xe/display/ |
| H A D | xe_fb_pin.c | 26 u32 width, u32 height, u32 src_stride, u32 dst_stride) in write_dpt_rotated() argument 49 *dpt_ofs += (dst_stride - height) * 8; in write_dpt_rotated() 110 plane->dst_stride - plane->width); in write_dpt_remapped_tiled() 199 rot_info->plane[i].dst_stride); in __xe_pin_fb_vma_dpt() 215 u32 width, u32 height, u32 src_stride, u32 dst_stride) in write_ggtt_rotated() argument 231 *ggtt_ofs += (dst_stride - height) * XE_PAGE_SIZE; in write_ggtt_rotated() 254 rot_info->plane[i].dst_stride); in write_ggtt_rotated_node()
|
| /linux/drivers/media/test-drivers/vicodec/ |
| H A D | codec-fwht.c | 838 unsigned int dst_stride, unsigned int dst_step, in decode_plane() argument 857 dst += dst_stride; in decode_plane() 873 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane() 881 dst_stride, dst_step); in decode_plane() 903 fill_decoder_block(dstp, cf->de_fwht, dst_stride, in decode_plane() 914 struct fwht_raw_frame *dst, unsigned int dst_stride, in fwht_decode_frame() argument 922 ref->luma_alpha_step, dst->luma, dst_stride, in fwht_decode_frame() 953 ref->luma_alpha_step, dst->alpha, dst_stride, in fwht_decode_frame()
|
| H A D | codec-fwht.h | 116 struct fwht_raw_frame *dst, unsigned int dst_stride,
|
| /linux/drivers/media/platform/nxp/ |
| H A D | imx-pxp.c | 844 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local 860 dst_stride = ctx->q_data[V4L2_M2M_DST].bytesperline; in pxp_start() 907 out_buf2 = out_buf + dst_stride * dst_height; in pxp_start() 913 out_pitch = BF_PXP_OUT_PITCH_PITCH(dst_stride); in pxp_start()
|