Searched refs:dst_x (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_rect.c47 unsigned dst_x,
66 dst_x /= blockwidth;
73 dst += dst_x * blocksize;
94 unsigned dst_x,
111 dst_x /= blockwidth;
116 dst += dst_x * blocksize;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
H A Du_rect.h93 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
99 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
H A Du_surface.h63 unsigned dst_x, unsigned dst_y, unsigned dst_z,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.c47 unsigned dst_x,
66 dst_x /= blockwidth;
73 dst += dst_x * blocksize;
94 unsigned dst_x,
111 dst_x /= blockwidth;
116 dst += dst_x * blocksize;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
H A Du_rect.h93 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
99 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
H A Du_surface.h63 unsigned dst_x, unsigned dst_y, unsigned dst_z,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_blit.c98 short dst_x, short dst_y,
103 int dst_x2 = dst_x + w;
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
152 OUT_BATCH((dst_y << 16) | dst_x);
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c98 short dst_x, short dst_y,
103 int dst_x2 = dst_x + w;
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
152 OUT_BATCH((dst_y << 16) | dst_x);
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
H A Dintel_blit.c102 GLshort dst_x, GLshort dst_y,
108 int dst_x2 = dst_x + w;
145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
161 dst_x *= cpp / 4;
192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) {
196 assert(dst_x < dst_x2);
202 OUT_BATCH((dst_y << 16) | dst_x);
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
/external/chromium_org/chrome/browser/ui/views/
H A Davatar_menu_button.cc55 int dst_x = (width() - dst_width) / 2; local
69 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c122 int dst_x,
130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 :
131 (int)bbox->x1 + dst_x;
132 xy2 = ((int)src->x2 < (int)bbox->x2 + dst_x) ? src->x2 :
133 (int)bbox->x2 + dst_x;
121 vmw_dri1_intersect_src_bbox(struct drm_clip_rect *dst, int dst_x, int dst_y, const struct drm_clip_rect *src, const struct drm_clip_rect *bbox) argument
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c122 int dst_x,
130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 :
131 (int)bbox->x1 + dst_x;
132 xy2 = ((int)src->x2 < (int)bbox->x2 + dst_x) ? src->x2 :
133 (int)bbox->x2 + dst_x;
121 vmw_dri1_intersect_src_bbox(struct drm_clip_rect *dst, int dst_x, int dst_y, const struct drm_clip_rect *src, const struct drm_clip_rect *bbox) argument
/external/pixman/test/
H A Dscaling-test.c64 int dst_x, dst_y; local
134 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2);
136 w = prng_rand_n (dst_width * 3 / 2 - dst_x);
250 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
251 src_x, src_y, dst_x, dst_y);
338 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
341 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_surface.h82 unsigned dst_x, unsigned dst_y, unsigned dst_z,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_context.h56 int dst_x,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h58 int dst_x, int dst_y, int dst_w, int dst_h,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.h82 unsigned dst_x, unsigned dst_y, unsigned dst_z,
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_context.h56 int dst_x,
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h58 int dst_x, int dst_y, int dst_w, int dst_h,

Completed in 1628 milliseconds

12345