| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0018-HACK-qpaintengine_raster-Support-rga-in-fillRect-wit.patch | 56 + int dst_stride = data->rasterBuffer->bytesPerLine(); 70 + if (rga_fill(dst, dst_stride, dst_height, dst_format, 85 + dst, dst_stride, dst_height, 134 +bool rga_fill(const uchar *dst, int dst_stride, int dst_height, 149 + dst_stride /= 2; 151 + dst_stride /= 4; 158 + rga_set_rect(&info.rect, x, y, w, h, dst_stride, dst_height, fmt); 166 + const uchar *dst, int dst_stride, int dst_height, 188 + dst_stride /= 2; 190 + dst_stride /= 4; [all …]
|
| /OK3568_Linux_fs/buildroot/package/mesa3d/ |
| H A D | 0003-vc4-add-meson-option-to-disable-optional-neon-suppor.patch | 64 @@ -89,7 +89,7 @@ vc4_load_lt_image(void *dst, uint32_t dst_stride, 71 vc4_load_lt_image_neon(dst, dst_stride, src, src_stride, 73 @@ -105,7 +105,7 @@ vc4_store_lt_image(void *dst, uint32_t dst_stride, 80 vc4_store_lt_image_neon(dst, dst_stride, src, src_stride,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A 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()
|
| H A D | vmwgfx_drv.h | 1477 u32 dst_offset, u32 dst_stride,
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vicodec/ |
| H A 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()
|
| H A D | codec-fwht.h | 148 struct fwht_raw_frame *dst, unsigned int dst_stride,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A 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()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_copy.c | 302 FbStride dst_stride; in glamor_copy_fbo_cpu() local 320 fbGetDrawable(dst, dst_bits, dst_stride, dst_bpp, dst_xoff, dst_yoff); in glamor_copy_fbo_cpu() 324 (uint8_t *) dst_bits, dst_stride * sizeof (FbBits)); in glamor_copy_fbo_cpu()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_drv.c | 417 u32 src_stride, dst_stride, src_format, dst_format; in rga2_printf_cmd_buf() local 424 dst_stride = reg_p[18]; in rga2_printf_cmd_buf() 438 dst_aw, dst_ah, dst_stride, dst_format); in rga2_printf_cmd_buf()
|