Home
last modified time | relevance | path

Searched refs:dst_stride (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/hw/display/
H A Dati_2d.c66 int dst_stride = DEFAULT_CNTL ? s->regs.dst_pitch : s->regs.default_pitch; in ati_2d_blt() local
67 if (!dst_stride) { in ati_2d_blt()
76 dst_stride *= bpp; in ati_2d_blt()
81 + (dst_y + s->regs.dst_height) * dst_stride >= end) { in ati_2d_blt()
121 dst_stride /= sizeof(uint32_t); in ati_2d_blt()
123 src_bits, dst_bits, src_stride, dst_stride, bpp, bpp, in ati_2d_blt()
131 src_stride, dst_stride, bpp, bpp, in ati_2d_blt()
146 tmp_stride, dst_stride, bpp, bpp, in ati_2d_blt()
159 unsigned int dst_pitch = dst_stride * sizeof(uint32_t); in ati_2d_blt()
208 dst_stride /= sizeof(uint32_t); in ati_2d_blt()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c408 left = (r->plane[n].dst_stride - y) * PAGE_SIZE; in assert_rotated()
501 left = (r->plane[n].dst_stride - r->plane[n].width) * PAGE_SIZE; in assert_remapped()
539 return a->dst_stride * a->width + b->dst_stride * b->width; in remapped_size()
541 return a->dst_stride * a->height + b->dst_stride * b->height; in remapped_size()
566 { .width = 2, .height = 2, .src_stride = 2, .dst_stride = 2 }, in igt_vma_rotate_remap()
567 { .width = 3, .height = 3, .src_stride = 3, .dst_stride = 4 }, in igt_vma_rotate_remap()
568 { .width = 5, .height = 6, .src_stride = 7, .dst_stride = 8 }, in igt_vma_rotate_remap()
604 if (!plane_info[0].dst_stride) in igt_vma_rotate_remap()
605 plane_info[0].dst_stride = view.type == I915_GTT_VIEW_ROTATED ? in igt_vma_rotate_remap()
608 if (!plane_info[1].dst_stride) in igt_vma_rotate_remap()
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c457 u32 dst_stride, struct vmw_bo *src, in vmw_external_bo_copy() argument
489 if (src_stride == dst_stride) { in vmw_external_bo_copy()
493 min(dst_stride * height, min(dst_size, src_size))); in vmw_external_bo_copy()
495 WARN_ON(dst_stride < width_in_bytes); in vmw_external_bo_copy()
499 vdst += dst_stride; in vmw_external_bo_copy()
503 x_in_bytes = (dst_offset % dst_stride); in vmw_external_bo_copy()
505 diff->rect.y1 = ((dst_offset - x_in_bytes) / dst_stride); in vmw_external_bo_copy()
542 u32 dst_offset, u32 dst_stride, in vmw_bo_cpu_blit() argument
554 u32 j, initial_line = dst_offset / dst_stride; in vmw_bo_cpu_blit()
584 return vmw_external_bo_copy(vmw_dst, dst_offset, dst_stride, in vmw_bo_cpu_blit()
[all …]
H A Dvmwgfx_drv.h1359 u32 dst_offset, u32 dst_stride,
/openbmc/qemu/hw/dma/
H A Dbcm2835_dma.c60 int16_t dst_stride, src_stride; in bcm2835_dma_update() local
80 dst_stride = ch->stride >> 16; in bcm2835_dma_update()
84 dst_stride = 0; in bcm2835_dma_update()
122 ch->dest_ad += dst_stride; in bcm2835_dma_update()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c838 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 Dcodec-fwht.h116 struct fwht_raw_frame *dst, unsigned int dst_stride,
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1459 assign_chk_ovf(i915, remap_info->dst_stride, in calc_plane_remap_info()
1472 color_plane_info->mapping_stride = remap_info->dst_stride * tile_height; in calc_plane_remap_info()
1475 size += remap_info->dst_stride * remap_info->width; in calc_plane_remap_info()
1501 unsigned int dst_stride; in calc_plane_remap_info() local
1510 dst_stride = remap_info->src_stride; in calc_plane_remap_info()
1512 dst_stride = remap_info->width; in calc_plane_remap_info()
1514 dst_stride = plane_view_dst_stride_tiles(fb, color_plane, dst_stride); in calc_plane_remap_info()
1516 assign_chk_ovf(i915, remap_info->dst_stride, dst_stride); in calc_plane_remap_info()
1517 color_plane_info->mapping_stride = dst_stride * in calc_plane_remap_info()
1523 dst_stride); in calc_plane_remap_info()
[all …]
H A Dintel_display.c504 size += rot_info->plane[i].dst_stride * rot_info->plane[i].width; in intel_rotation_info_size()
520 plane_size = rem_info->plane[i].dst_stride * rem_info->plane[i].height; in intel_remapped_info_size()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_debugfs.c240 vma->gtt_view.rotated.plane[0].dst_stride, in i915_debugfs_describe_obj()
245 vma->gtt_view.rotated.plane[1].dst_stride, in i915_debugfs_describe_obj()
254 vma->gtt_view.remapped.plane[0].dst_stride, in i915_debugfs_describe_obj()
259 vma->gtt_view.remapped.plane[1].dst_stride, in i915_debugfs_describe_obj()
H A Di915_vma_types.h108 u16 dst_stride; member
H A Di915_vma.c961 unsigned int src_stride, unsigned int dst_stride, in rotate_pages() argument
986 left = (dst_stride - height) * I915_GTT_PAGE_SIZE; in rotate_pages()
1034 rot_info->plane[i].dst_stride, in intel_rotate_pages()
1073 unsigned int src_stride, unsigned int dst_stride, in remap_tiled_color_plane_pages() argument
1115 left = (dst_stride - width) * I915_GTT_PAGE_SIZE; in remap_tiled_color_plane_pages()
1123 *gtt_offset += alignment_pad + dst_stride * height; in remap_tiled_color_plane_pages()
1209 rem_info->plane[color_plane].dst_stride, in remap_color_plane_pages()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom/
H A D0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch10 | return aom_variance8x8_neon(temp2, 8, dst, dst_stride, sse);
/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-pxp.c844 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()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2787 +static void cpy_2d(uint8_t * dst, int dst_stride, const uint8_t * src, int src_stride, int w, int …
2789 + if (dst_stride == src_stride && w + 32 >= dst_stride) {
2790 + memcpy(dst, src, dst_stride * h);
2795 + dst += dst_stride;
2932 + int dst_stride = out->plane_info[0].bytesperline;
2937 + dst_stride >>= desc->log2_chroma_w;
2938 + offset += dst_stride * (out->context->height >> desc->log2_chroma_h);
2944 + offset += dst_stride * out->context->height;
2955 + cpy_2d(dst, dst_stride,
17931 +// unsigned int dst_stride, : w1
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch2103 + const unsigned int dst_stride = pic->p[0].i_pitch;
2104 + uint8_t *dst = pic->p[0].p_pixels + sys->slice.line * dst_stride;
2107 + if (src_stride == dst_stride) {
2114 + memcpy(dst, src, __MIN(dst_stride, src_stride));
2115 + dst += dst_stride;
9284 + const size_t dst_stride = (xr - xl) * bpp;
9286 + const size_t dst_size = dst_stride * dst_lines;
9327 + .pitch = { dst_stride }
9345 …, fmt->i_visible_width, fmt->i_visible_height, fmt->i_width, fmt->i_height, dst_stride, dst_lines);
9365 + ent->width = dst_stride / bpp;
[all …]