Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 – 25 of 99) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_rect.c47 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()
Du_rect.h93 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/
Du_rect.c47 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()
Du_rect.h93 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/
Di915_blit.c98 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/
Di915_blit.c98 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/
Dvmw_screen_dri.c122 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/
Dvmw_screen_dri.c122 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/
Dintel_pixel_read.c83 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()
Dintel_blit.c102 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/
Dintel_pixel_read.c83 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()
Dintel_blit.c102 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/
Dintel_pixel_read.c83 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()
Dintel_blit.c102 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/
Dintel_pixel_read.c83 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()
Dintel_blit.c102 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/
Dintel_pixel_read.c83 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()
Dintel_blit.c102 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/
Dintel_pixel_read.c83 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()
Dintel_blit.c102 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/
Dx11_types.cc55 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/
Dscaling-test.c64 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()
Dblitters-test.c233 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()
Daffine-test.c37 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/
Dplanar_functions.cc978 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 …]

1234