Home
last modified time | relevance | path

Searched refs:dstx (Results 51 - 73 of 73) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c1760 int plane, int dstx, int dsty) in block_mc()
1772 idx = mc_subpel(s, block, src, dstx, dsty, (block->ref&3)-1, plane); in block_mc()
1779 idx = mc_subpel(s, block, src, dstx, dsty, 0, plane); in block_mc()
1781 idx = mc_subpel(s, block, src, dstx, dsty, 1, plane); in block_mc()
1797 int x, dstx = p->xbsep - p->xoffset; in mc_row() local
1803 block_mc(s, block+x, mctmp, s->obmc_weight[1], plane, dstx, dsty); in mc_row()
1804 dstx += p->xbsep; in mc_row()
1807 block_mc(s, block+x, mctmp, s->obmc_weight[2], plane, dstx, dsty); in mc_row()
1758 block_mc(DiracContext *s, DiracBlock *block, uint16_t *mctmp, uint8_t *obmc_weight, int plane, int dstx, int dsty) block_mc() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H A Dmga_state.c795 int dstx = pbox[i].x1 + blit->delta_dx; in mga_dma_dispatch_blit() local
808 MGA_FXBNDRY, ((dstx + w) << 16) | (dstx & 0xffff), in mga_dma_dispatch_blit()
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1703 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) in intelfbhw_do_bitblt()
1709 curx, cury, dstx, dsty, w, h, pitch, bpp); in intelfbhw_do_bitblt()
1717 br22 = (dstx << WIDTH_SHIFT) | (dsty << HEIGHT_SHIFT); in intelfbhw_do_bitblt()
1718 br23 = ((dstx + w) << WIDTH_SHIFT) | in intelfbhw_do_bitblt()
1702 intelfbhw_do_bitblt(struct intelfb_info *dinfo, u32 curx, u32 cury, u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) intelfbhw_do_bitblt() argument
H A Dintelfbhw.h590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1701 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) in intelfbhw_do_bitblt()
1707 curx, cury, dstx, dsty, w, h, pitch, bpp); in intelfbhw_do_bitblt()
1715 br22 = (dstx << WIDTH_SHIFT) | (dsty << HEIGHT_SHIFT); in intelfbhw_do_bitblt()
1716 br23 = ((dstx + w) << WIDTH_SHIFT) | in intelfbhw_do_bitblt()
1700 intelfbhw_do_bitblt(struct intelfb_info *dinfo, u32 curx, u32 cury, u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) intelfbhw_do_bitblt() argument
H A Dintelfbhw.h590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1192 unsigned dstx, unsigned dsty, unsigned dstz, in virgl_resource_copy_region()
1202 util_range_add(&dres->b, &dres->valid_buffer_range, dstx, dstx + src_box->width); in virgl_resource_copy_region()
1206 dst_level, dstx, dsty, dstz, in virgl_resource_copy_region()
1189 virgl_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) virgl_resource_copy_region() argument
H A Dvirgl_encode.c1152 unsigned dstx, unsigned dsty, unsigned dstz, in virgl_encode_resource_copy_region()
1160 virgl_encoder_write_dword(ctx->cbuf, dstx); in virgl_encode_resource_copy_region()
1149 virgl_encode_resource_copy_region(struct virgl_context *ctx, struct virgl_resource *dst_res, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct virgl_resource *src_res, unsigned src_level, const struct pipe_box *src_box) virgl_encode_resource_copy_region() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c898 unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, in si_resource_copy_region()
910 si_copy_buffer(sctx, dst, src, dstx, src_box->x, src_box->width, SI_OP_SYNC_BEFORE_AFTER); in si_resource_copy_region()
914 if (si_compute_copy_image(sctx, dst, dst_level, src, src_level, dstx, dsty, dstz, in si_resource_copy_region()
976 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), abs(src_box->depth), in si_resource_copy_region()
897 si_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) si_resource_copy_region() argument
H A Dsi_pipe.h1333 unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz,
1428 struct pipe_resource *src, unsigned src_level, unsigned dstx,
1432 const union pipe_color_union *color, unsigned dstx,
H A Dsi_texture.c53 unsigned dst_level, unsigned dst_sample, unsigned dstx, unsigned dsty, in si_copy_region_with_blit()
67 blit.dst.box.x = dstx; in si_copy_region_with_blit()
52 si_copy_region_with_blit(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dst_sample, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) si_copy_region_with_blit() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp1971 unsigned dstx, unsigned dsty,
2005 D3D12_RECT rect = { (int)dstx, (int)dsty,
2006 (int)dstx + (int)width,
2024 unsigned dstx, unsigned dsty,
2046 D3D12_RECT rect = { (int)dstx, (int)dsty,
2047 (int)dstx + (int)width,
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h566 unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz,
H A Dzink_context.c4005 unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, in zink_copy_image_buffer()
4027 util_range_add(&dst->base.b, &dst->valid_buffer_range, dstx, dstx + src_box->width); in zink_copy_image_buffer()
4031 region.bufferOffset = buf2img ? src_box->x : dstx; in zink_copy_image_buffer()
4063 region.imageOffset.x = buf2img ? dstx : src_box->x; in zink_copy_image_buffer()
4114 unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, in zink_resource_copy_region()
4135 zink_fb_clears_apply_or_discard(ctx, pdst, (struct u_rect){dstx, dstx + src_box->width, dsty, dsty + src_box->height}, false); in zink_resource_copy_region()
4200 region.dstOffset.x = dstx; in zink_resource_copy_region()
4216 zink_copy_buffer(ctx, dst, src, dstx, src_bo in zink_resource_copy_region()
4004 zink_copy_image_buffer(struct zink_context *ctx, struct zink_resource *dst, struct zink_resource *src, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned src_level, const struct pipe_box *src_box, enum pipe_map_flags map_flags) zink_copy_image_buffer() argument
4112 zink_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *pdst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *psrc, unsigned src_level, const struct pipe_box *src_box) zink_resource_copy_region() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c49 unsigned dst_level, unsigned dstx, in r600_prepare_for_dma_blit()
82 dstx, dsty, dstz, src_box->width, in r600_prepare_for_dma_blit()
103 unsigned dstx, unsigned dsty, unsigned dstz, in r600_copy_region_with_blit()
118 blit.dst.box.x = dstx; in r600_copy_region_with_blit()
47 r600_prepare_for_dma_blit(struct r600_common_context *rctx, struct r600_texture *rdst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct r600_texture *rsrc, unsigned src_level, const struct pipe_box *src_box) r600_prepare_for_dma_blit() argument
100 r600_copy_region_with_blit(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) r600_copy_region_with_blit() argument
H A Dr600_pipe_common.h745 unsigned dst_level, unsigned dstx,
H A Dr600_state.c2956 unsigned dstx, unsigned dsty, unsigned dstz, in r600_dma_copy()
2967 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; in r600_dma_copy()
2982 !r600_prepare_for_dma_blit(&rctx->b, rdst, dst_level, dstx, dsty, in r600_dma_copy()
3040 r600_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in r600_dma_copy()
2953 r600_dma_copy(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) r600_dma_copy() argument
H A Dr600_pipe.h736 unsigned dstx, unsigned dsty, unsigned dstz,
H A Devergreen_state.c3888 unsigned dstx, unsigned dsty, unsigned dstz, in evergreen_dma_copy()
3899 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; in evergreen_dma_copy()
3916 !r600_prepare_for_dma_blit(&rctx->b, rdst, dst_level, dstx, dsty, in evergreen_dma_copy()
3980 r600_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in evergreen_dma_copy()
3885 evergreen_dma_copy(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) evergreen_dma_copy() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.h704 unsigned srcx, unsigned dstx, unsigned width);
H A Dsvga_cmd_vgpu10.c1446 unsigned srcx, unsigned dstx, unsigned width) in SVGA3D_vgpu10_BufferCopy()
1457 cmd->destX = dstx; in SVGA3D_vgpu10_BufferCopy()
1443 SVGA3D_vgpu10_BufferCopy(struct svga_winsys_context *swc, struct svga_winsys_surface *src, struct svga_winsys_surface *dst, unsigned srcx, unsigned dstx, unsigned width) SVGA3D_vgpu10_BufferCopy() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h899 unsigned dstx, unsigned dsty, unsigned dstz,
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h800 unsigned dstx, unsigned dsty, unsigned dstz,

Completed in 63 milliseconds

123