/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_rect.c | 47 unsigned dst_x, in util_copy_rect() argument 66 dst_x /= blockwidth; in util_copy_rect() 73 dst += dst_x * blocksize; in util_copy_rect() 94 unsigned dst_x, in util_fill_rect() argument 111 dst_x /= blockwidth; in util_fill_rect() 116 dst += dst_x * blocksize; in util_fill_rect()
|
D | u_rect.h | 93 unsigned dst_stride, unsigned dst_x, unsigned dst_y, 99 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_rect.c | 47 unsigned dst_x, in util_copy_rect() argument 66 dst_x /= blockwidth; in util_copy_rect() 73 dst += dst_x * blocksize; in util_copy_rect() 94 unsigned dst_x, in util_fill_rect() argument 111 dst_x /= blockwidth; in util_fill_rect() 116 dst += dst_x * blocksize; in util_fill_rect()
|
D | u_rect.h | 93 unsigned dst_stride, unsigned dst_x, unsigned dst_y, 99 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_blit.c | 98 short dst_x, short dst_y, in i915_copy_blit() argument 103 int dst_x2 = dst_x + w; in i915_copy_blit() 111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in i915_copy_blit() 136 if (dst_y2 < dst_y || dst_x2 < dst_x) { in i915_copy_blit() 152 OUT_BATCH((dst_y << 16) | dst_x); in i915_copy_blit()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_blit.c | 98 short dst_x, short dst_y, in i915_copy_blit() argument 103 int dst_x2 = dst_x + w; in i915_copy_blit() 111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in i915_copy_blit() 136 if (dst_y2 < dst_y || dst_x2 < dst_x) { in i915_copy_blit() 152 OUT_BATCH((dst_y << 16) | dst_x); in i915_copy_blit()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_dri.c | 122 int dst_x, in vmw_dri1_intersect_src_bbox() argument 130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 : in vmw_dri1_intersect_src_bbox() 131 (int)bbox->x1 + dst_x; in vmw_dri1_intersect_src_bbox() 132 xy2 = ((int)src->x2 < (int)bbox->x2 + dst_x) ? src->x2 : in vmw_dri1_intersect_src_bbox() 133 (int)bbox->x2 + dst_x; in vmw_dri1_intersect_src_bbox()
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
D | vmw_screen_dri.c | 122 int dst_x, in vmw_dri1_intersect_src_bbox() argument 130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 : in vmw_dri1_intersect_src_bbox() 131 (int)bbox->x1 + dst_x; in vmw_dri1_intersect_src_bbox() 132 xy2 = ((int)src->x2 < (int)bbox->x2 + dst_x) ? src->x2 : in vmw_dri1_intersect_src_bbox() 133 (int)bbox->x2 + dst_x; in vmw_dri1_intersect_src_bbox()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel_read.c | 83 GLint dst_x, dst_y; in do_blit_readpixels() local 129 &dst_x, &dst_y, in do_blit_readpixels() 142 dst_x = 0; in do_blit_readpixels() 157 dst_x, dst_y, in do_blit_readpixels()
|
D | intel_blit.c | 102 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit() argument 108 int dst_x2 = dst_x + w; in intelEmitCopyBlit() 145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 161 dst_x *= cpp / 4; in intelEmitCopyBlit() 192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in intelEmitCopyBlit() 196 assert(dst_x < dst_x2); in intelEmitCopyBlit() 202 OUT_BATCH((dst_y << 16) | dst_x); in intelEmitCopyBlit()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_read.c | 83 GLint dst_x, dst_y; in do_blit_readpixels() local 129 &dst_x, &dst_y, in do_blit_readpixels() 142 dst_x = 0; in do_blit_readpixels() 157 dst_x, dst_y, in do_blit_readpixels()
|
D | intel_blit.c | 102 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit() argument 108 int dst_x2 = dst_x + w; in intelEmitCopyBlit() 145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 161 dst_x *= cpp / 4; in intelEmitCopyBlit() 192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in intelEmitCopyBlit() 196 assert(dst_x < dst_x2); in intelEmitCopyBlit() 202 OUT_BATCH((dst_y << 16) | dst_x); in intelEmitCopyBlit()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_pixel_read.c | 83 GLint dst_x, dst_y; in do_blit_readpixels() local 129 &dst_x, &dst_y, in do_blit_readpixels() 142 dst_x = 0; in do_blit_readpixels() 157 dst_x, dst_y, in do_blit_readpixels()
|
D | intel_blit.c | 102 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit() argument 108 int dst_x2 = dst_x + w; in intelEmitCopyBlit() 145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 161 dst_x *= cpp / 4; in intelEmitCopyBlit() 192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in intelEmitCopyBlit() 196 assert(dst_x < dst_x2); in intelEmitCopyBlit() 202 OUT_BATCH((dst_y << 16) | dst_x); in intelEmitCopyBlit()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_pixel_read.c | 83 GLint dst_x, dst_y; in do_blit_readpixels() local 129 &dst_x, &dst_y, in do_blit_readpixels() 142 dst_x = 0; in do_blit_readpixels() 157 dst_x, dst_y, in do_blit_readpixels()
|
D | intel_blit.c | 102 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit() argument 108 int dst_x2 = dst_x + w; in intelEmitCopyBlit() 145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 161 dst_x *= cpp / 4; in intelEmitCopyBlit() 192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in intelEmitCopyBlit() 196 assert(dst_x < dst_x2); in intelEmitCopyBlit() 202 OUT_BATCH((dst_y << 16) | dst_x); in intelEmitCopyBlit()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_read.c | 83 GLint dst_x, dst_y; in do_blit_readpixels() local 129 &dst_x, &dst_y, in do_blit_readpixels() 142 dst_x = 0; in do_blit_readpixels() 157 dst_x, dst_y, in do_blit_readpixels()
|
D | intel_blit.c | 102 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit() argument 108 int dst_x2 = dst_x + w; in intelEmitCopyBlit() 145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 161 dst_x *= cpp / 4; in intelEmitCopyBlit() 192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in intelEmitCopyBlit() 196 assert(dst_x < dst_x2); in intelEmitCopyBlit() 202 OUT_BATCH((dst_y << 16) | dst_x); in intelEmitCopyBlit()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_pixel_read.c | 83 GLint dst_x, dst_y; in do_blit_readpixels() local 129 &dst_x, &dst_y, in do_blit_readpixels() 142 dst_x = 0; in do_blit_readpixels() 157 dst_x, dst_y, in do_blit_readpixels()
|
D | intel_blit.c | 102 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit() argument 108 int dst_x2 = dst_x + w; in intelEmitCopyBlit() 145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 161 dst_x *= cpp / 4; in intelEmitCopyBlit() 192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in intelEmitCopyBlit() 196 assert(dst_x < dst_x2); in intelEmitCopyBlit() 202 OUT_BATCH((dst_y << 16) | dst_x); in intelEmitCopyBlit()
|
/external/chromium_org/ui/gfx/x/ |
D | x11_types.cc | 55 int dst_x, int dst_y, in PutARGBImage() argument 87 src_x, src_y, dst_x, dst_y, in PutARGBImage() 114 src_x, src_y, dst_x, dst_y, in PutARGBImage() 144 src_x, src_y, dst_x, dst_y, in PutARGBImage()
|
/external/pixman/test/ |
D | scaling-test.c | 64 int dst_x, dst_y; in test_composite() local 134 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); in test_composite() 136 w = prng_rand_n (dst_width * 3 / 2 - dst_x); in test_composite() 251 src_x, src_y, dst_x, dst_y); in test_composite() 338 src_x, src_y, 0, 0, dst_x, dst_y, w, h); in test_composite() 341 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h); in test_composite()
|
D | blitters-test.c | 233 int dst_x, dst_y; in test_composite() local 290 dst_x = prng_rand_n (dst_width); in test_composite() 336 w = prng_rand_n (dst_width - dst_x + 1); in test_composite() 348 src_x, src_y, dst_x, dst_y); in test_composite() 355 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h); in test_composite()
|
D | affine-test.c | 37 int dst_x, dst_y; in test_composite() local 72 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); in test_composite() 74 w = prng_rand_n (dst_width * 3 / 2 - dst_x); in test_composite() 216 src_x, src_y, dst_x, dst_y); in test_composite() 274 src_x, src_y, 0, 0, dst_x, dst_y, w, h); in test_composite()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 978 int dst_x, int dst_y, in ARGBRect() argument 983 dst_x < 0 || dst_y < 0) { in ARGBRect() 986 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBRect() 1119 int dst_x, int dst_y, in ARGBGray() argument 1121 if (!dst_argb || width <= 0 || height <= 0 || dst_x < 0 || dst_y < 0) { in ARGBGray() 1132 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBGray() 1143 int dst_x, int dst_y, int width, int height) { in ARGBSepia() argument 1144 if (!dst_argb || width <= 0 || height <= 0 || dst_x < 0 || dst_y < 0) { in ARGBSepia() 1154 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBSepia() 1166 int dst_x, int dst_y, int width, int height) { in ARGBColorMatrix() argument [all …]
|