/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_image.c | 392 unsigned dst_x = sdata[c]; in handle_op_uint() local 396 sdata[c] = (dst_x == cmp_x) ? src_x : dst_x; in handle_op_uint() 423 unsigned dst_x = sdata[c]; in handle_op_uint() local 425 sdata[c] = MIN2(dst_x, src_x); in handle_op_uint() 426 ((uint32_t *)rgba[c])[qi] = dst_x; in handle_op_uint() 431 unsigned dst_x = sdata[c]; in handle_op_uint() local 433 sdata[c] = MAX2(dst_x, src_x); in handle_op_uint() 434 ((uint32_t *)rgba[c])[qi] = dst_x; in handle_op_uint() 439 int dst_x = sdata[c]; in handle_op_uint() local 441 sdata[c] = MIN2(dst_x, src_x); in handle_op_uint() [all …]
|
/third_party/libdrm/exynos/ |
D | exynos_fimg2d.c | 501 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_copy() argument 517 if (dst_x + dst->width > w) in g2d_copy() 518 dst_w = dst->width - dst_x; in g2d_copy() 550 pt.data.x = dst_x; in g2d_copy() 553 pt.data.x = dst_x + w; in g2d_copy() 584 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_move() argument 601 if (dst_x + img->width > w) in g2d_move() 602 dst_w = img->width - dst_x; in g2d_move() 631 if (dst_x >= src_x) in g2d_move() 645 pt.data.x = dst_x; in g2d_move() [all …]
|
D | exynos_fimg2d.h | 313 unsigned int src_y, unsigned int dst_x, unsigned int dst_y, 316 unsigned int src_x, unsigned int src_y, unsigned int dst_x, 321 unsigned int src_h, unsigned int dst_x, 326 unsigned int src_y, unsigned int dst_x, unsigned int dst_y, 330 unsigned int src_w, unsigned int src_h, unsigned int dst_x,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_blit.c | 83 short src_x, short src_y, short dst_x, short dst_y, short w, in i915_copy_blit() argument 88 int dst_x2 = dst_x + w; in i915_copy_blit() 94 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in i915_copy_blit() 117 if (dst_y2 < dst_y || dst_x2 < dst_x) { in i915_copy_blit() 133 OUT_BATCH((dst_y << 16) | dst_x); in i915_copy_blit()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blt.c | 152 uint16_t dst_x, uint16_t dst_y, in emit_copy_blt() argument 159 int dst_x2 = dst_x + w; in emit_copy_blt() 164 dst, dst_pitch, dst_offset, dst_x, dst_y, w, h); in emit_copy_blt() 181 dst_x *= cpp / 2; in emit_copy_blt() 187 dst_x *= cpp / 4; in emit_copy_blt() 219 xyblt.DestinationX1Coordinate = dst_x; in emit_copy_blt() 237 unsigned dst_x, unsigned dst_y, in crocus_emit_blt() argument 283 assert(dst_x % bw == 0); in crocus_emit_blt() 285 dst_x /= (int)bw; in crocus_emit_blt() 290 dst_x += dst_image_x; in crocus_emit_blt() [all …]
|
D | crocus_clear.c | 785 unsigned dst_x, unsigned dst_y, in crocus_clear_render_target() argument 792 .x = dst_x, in crocus_clear_render_target() 819 unsigned dst_x, unsigned dst_y, in crocus_clear_depth_stencil() argument 827 .x = dst_x, in crocus_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.h | 51 unsigned dst_x, unsigned dst_y, unsigned dst_z, 59 unsigned dst_stride, unsigned dst_x, unsigned dst_y, 80 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
D | u_surface.c | 68 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_copy_box() argument 81 dst_x, dst_y, in util_copy_box() 97 unsigned dst_x, in util_fill_rect() argument 114 dst_x /= blockwidth; in util_fill_rect() 119 dst += dst_x * blocksize; in util_fill_rect() 205 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_resource_copy_region() argument 232 dst_box.x = dst_x; in util_resource_copy_region()
|
/third_party/ffmpeg/libavcodec/ |
D | cdtoons.c | 61 int dst_x, int dst_y, int width, int height) in cdtoons_render_sprite() argument 70 if (dst_x + width > avctx->width) in cdtoons_render_sprite() 71 width = avctx->width - dst_x; in cdtoons_render_sprite() 75 if (dst_x < 0) { in cdtoons_render_sprite() 77 skip = -dst_x; in cdtoons_render_sprite() 80 dst_x = 0; in cdtoons_render_sprite() 95 dest = c->frame->data[0] + (dst_y + y) * c->frame->linesize[0] + dst_x; in cdtoons_render_sprite()
|
D | mpegutils.c | 33 int dst_x, int dst_y, in add_mb() argument 42 mb->dst_x = dst_x; in add_mb() 44 mb->src_x = dst_x + motion_x / motion_scale; in add_mb()
|
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 246 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_copy_test() local 258 dst_x = 0; in g2d_copy_test() 305 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test() 542 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_blend_test() local 554 dst_x = 0; in g2d_blend_test() 608 ret = g2d_solid_fill(ctx, &dst_img, dst_x, dst_y, img_w, img_h); in g2d_blend_test() 643 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_checkerboard_test() local 655 dst_x = 0; in g2d_checkerboard_test() 701 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_checkerboard_test()
|
/third_party/ffmpeg/libavfilter/ |
D | drawutils.h | 103 int dst_x, int dst_y, int src_x, int src_y, 114 int dst_x, int dst_y, int w, int h);
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_surface.h | 115 unsigned dst_x, unsigned dst_y, unsigned dst_z, 124 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
D | svga_pipe_blit.c | 48 unsigned dst_x, in build_blit_info() argument 68 u_box_3d(dst_x, dst_y, dst_z, src_box->width, src_box->height, in build_blit_info() 80 unsigned dst_x, unsigned dst_y, unsigned dst_z, in intra_surface_copy() argument 94 box.x = dst_x; in intra_surface_copy() 118 unsigned dst_x, unsigned dst_y, unsigned dst_z, in copy_region_vgpu10() argument 136 dst_x, dst_y, dst_z, in copy_region_vgpu10()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 552 int dst_x, int dst_y, int dst_z, in fallback_copy_image() argument 595 dst_x, dst_y, dst_w, dst_h, in fallback_copy_image() 600 dst_x, dst_y, dst_w, dst_h, in fallback_copy_image() 644 int dst_x, int dst_y, int dst_z, in st_CopyImageSubData() argument 691 fallback_copy_image(st, dst_image, dst_res, dst_x, dst_y, orig_dst_z, in st_CopyImageSubData() 695 copy_image(pipe, dst_res, dst_level, dst_x, dst_y, dst_z, in st_CopyImageSubData()
|
D | st_cb_readpixels.c | 429 int dst_x, dst_y; in st_ReadPixels() local 506 dst_x = x; in st_ReadPixels() 524 dst_x = 0; in st_ReadPixels() 532 dst_x, dst_y, 0, width, height, 1, &tex_xfer); in st_ReadPixels()
|
D | st_cb_copyimage.h | 35 int dst_x, int dst_y, int dst_z,
|
/third_party/mesa3d/src/util/format/ |
D | u_format.c | 53 unsigned dst_x, in util_copy_rect() argument 72 dst_x /= blockwidth; in util_copy_rect() 79 dst += dst_x * blocksize; in util_copy_rect() 643 unsigned dst_x, unsigned dst_y, in util_format_translate() argument 669 util_copy_rect(dst, dst_format, dst_stride, dst_x, dst_y, in util_format_translate() 675 assert(dst_x % dst_format_desc->block.width == 0); in util_format_translate() 680 dst_row = (uint8_t *)dst + dst_y*dst_stride + dst_x*(dst_format_desc->block.bits/8); in util_format_translate() 869 unsigned dst_x, unsigned dst_y, in util_format_translate_3d() argument 887 dst_x, dst_y, in util_format_translate_3d()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_yuv.c | 114 int dst_x, in xa_yuv_planar_blit() argument 151 (float)src_x + scale_x * (x - dst_x), in xa_yuv_planar_blit()
|
D | xa_context.h | 58 int dst_x,
|
/third_party/ffmpeg/libavutil/ |
D | motion_vector.h | 42 int16_t dst_x, dst_y; member
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | libXCB.hpp | 31 …e_t drawable, xcb_gcontext_t gc, uint16_t width, uint16_t height, int16_t dst_x, int16_t dst_y, ui…
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 739 unsigned dst_x, unsigned dst_y, in iris_clear_render_target() argument 746 .x = dst_x, in iris_clear_render_target() 771 unsigned dst_x, unsigned dst_y, in iris_clear_depth_stencil() argument 777 .x = dst_x, in iris_clear_depth_stencil()
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 2716 dst_x = resource[offset] 2718 resource[offset] = dst_x + src_x 2731 dst_x = resource[offset] 2733 resource[offset] = dst_x + src_x 2746 dst_x = resource[offset] 2761 dst_x = resource[offset] 2763 resource[offset] = (dst_x == cmp_x ? src_x : dst_x) 2776 dst_x = resource[offset] 2778 resource[offset] = dst_x \& src_x 2791 dst_x = resource[offset] [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | surface9.c | 654 int src_x, src_y, dst_x, dst_y, copy_width, copy_height; in NineSurface9_CopyMemToDefault() local 660 dst_x = pDestPoint->x; in NineSurface9_CopyMemToDefault() 663 dst_x = 0; in NineSurface9_CopyMemToDefault() 679 u_box_2d_zslice(dst_x, dst_y, This->layer, in NineSurface9_CopyMemToDefault() 688 dst_x, dst_y, in NineSurface9_CopyMemToDefault()
|