Searched defs:src_x (Results 1 - 25 of 38) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.c53 unsigned src_x,
70 src_x /= blockwidth;
74 src += src_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
H A Du_format.c537 unsigned src_x, unsigned src_y,
558 src_x, src_y);
564 assert(src_x % src_format_desc->block.width == 0);
568 src_row = (const uint8_t *)src + src_y*src_stride + src_x*(src_format_desc->block.bits/8);
532 util_format_translate(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_x, unsigned dst_y, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_x, unsigned src_y, unsigned width, unsigned height) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c97 short src_x, short src_y,
110 src_buffer, src_pitch, src_offset, src_x, src_y,
155 OUT_BATCH((src_y << 16) | src_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/state_trackers/va/
H A Dva_image.c144 int src_x, int src_y, unsigned int src_width, unsigned int src_height,
143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) argument
H A Dva_subpicture.c122 int num_surfaces, short src_x, short src_y,
121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_yuv.c110 int src_x,
150 (float)src_x + scale_x * (x - dst_x),
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) argument
H A Dxa_renderer.c503 float src_x,
513 src_x, src_y, src_w, src_h,
502 renderer_draw_yuv(struct xa_context *r, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) argument
/external/libdrm/exynos/
H A Dexynos_fimg2d.c313 * @src_x: x start position to source buffer.
322 struct g2d_image *dst, unsigned int src_x, unsigned int src_y,
352 if (src_x + src->width > w)
353 src_w = src->width - src_x;
374 pt.data.x = src_x;
378 pt.data.x = src_x + w;
409 * @src_x: x start position to source buffer.
422 struct g2d_image *dst, unsigned int src_x,
461 if (src_x + src_w > src->width)
462 src_w = src->width - src_x;
321 g2d_copy(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned dst_y, unsigned int w, unsigned int h) argument
421 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, unsigned int negative) argument
534 g2d_blend(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned int dst_y, unsigned int w, unsigned int h, enum e_g2d_op op) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c47 unsigned src_x, unsigned src_y, unsigned src_z,
76 box.srcx = src_x;
82 src_handle, src_level, src_x, src_y, src_z,
45 svga_texture_copy_handle(struct svga_context *svga, struct svga_winsys_surface *src_handle, unsigned src_x, unsigned src_y, unsigned src_z, unsigned src_level, unsigned src_face, struct svga_winsys_surface *dst_handle, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned dst_level, unsigned dst_face, unsigned width, unsigned height, unsigned depth) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_regions.c343 GLuint src_pitch, GLuint src_x, GLuint src_y)
350 src += src_x * cpp;
335 _mesa_copy_rect(GLubyte * dst, GLuint cpp, GLuint dst_pitch, GLuint dst_x, GLuint dst_y, GLuint width, GLuint height, const GLubyte * src, GLuint src_pitch, GLuint src_x, GLuint src_y) argument
H A Dintel_blit.c101 GLshort src_x, GLshort src_y,
144 src_buffer, src_pitch, src_offset, src_x, src_y,
163 src_x *= cpp / 4;
207 OUT_BATCH((src_y << 16) | src_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/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_regions.c343 GLuint src_pitch, GLuint src_x, GLuint src_y)
350 src += src_x * cpp;
335 _mesa_copy_rect(GLubyte * dst, GLuint cpp, GLuint dst_pitch, GLuint dst_x, GLuint dst_y, GLuint width, GLuint height, const GLubyte * src, GLuint src_pitch, GLuint src_x, GLuint src_y) argument
H A Dintel_blit.c101 GLshort src_x, GLshort src_y,
144 src_buffer, src_pitch, src_offset, src_x, src_y,
163 src_x *= cpp / 4;
207 OUT_BATCH((src_y << 16) | src_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/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_regions.c343 GLuint src_pitch, GLuint src_x, GLuint src_y)
350 src += src_x * cpp;
335 _mesa_copy_rect(GLubyte * dst, GLuint cpp, GLuint dst_pitch, GLuint dst_x, GLuint dst_y, GLuint width, GLuint height, const GLubyte * src, GLuint src_pitch, GLuint src_x, GLuint src_y) argument
H A Dintel_blit.c101 GLshort src_x, GLshort src_y,
144 src_buffer, src_pitch, src_offset, src_x, src_y,
163 src_x *= cpp / 4;
207 OUT_BATCH((src_y << 16) | src_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/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c271 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
283 src_x = 0;
320 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h);
330 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y,
355 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
367 src_x = 0;
404 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w , img_h);
444 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
456 src_x = 0;
494 ret = g2d_solid_fill(ctx, &src_img, src_x, src_
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_convolve.c31 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
35 sum += src_x[k] * x_filter[k];
53 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
57 sum += src_x[k] * x_filter[k];
352 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
356 sum += src_x[k] * x_filter[k];
377 const uint16_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
381 sum += src_x[k] * x_filter[k];
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsubpicture.c172 unsigned src_x, unsigned src_y)
185 src, src_stride, src_x, src_y);
170 upload_sampler(struct pipe_context *pipe, struct pipe_sampler_view *dst, const struct pipe_box *dst_box, const void *src, unsigned src_stride, unsigned src_x, unsigned src_y) argument
/external/libvncserver/x11vnc/
H A Dwin_utils.c51 Bool xtranslate(Window src, Window dst, int src_x, int src_y, int *dst_x,
156 Bool xtranslate(Window src, Window dst, int src_x, int src_y, int *dst_x, argument
164 if (!src || !dst || !src_x || !src_y || !dst_x || !dst_y || !child || !bequiet) {}
171 if (XTranslateCoordinates(dpy, src, dst, src_x, src_y, dst_x,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c244 int src_x, src_y; local
262 src_x = x;
265 src_x = x;
284 src_x, src_y,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c244 int src_x, src_y; local
262 src_x = x;
265 src_x = x;
284 src_x, src_y,
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp162 int src_x, src_y; local
163 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
164 if (src_x < 0 || src_x >= src_width || src_y < 0 || src_y >= src_height) {
167 if (!((src_buf + src_pitch * src_y)[src_x / 8] & (1 << (7 - src_x % 8)))) {
177 int src_x, src_y; local
178 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
179 if (src_x < 0 || src_x >
[all...]
/external/libdrm/
H A Dxf86drmMode.c914 uint32_t src_x, uint32_t src_y,
928 s.src_x = src_x;
910 drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id, uint32_t fb_id, uint32_t flags, int32_t crtc_x, int32_t crtc_y, uint32_t crtc_w, uint32_t crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c439 float src_x, float src_y, float src_w, float src_h,
446 src_x, src_y, src_w, src_h,
438 renderer_draw_yuv(struct xorg_renderer *r, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct pipe_resource **textures) argument
H A Dxorg_xv.c417 float src_x, float src_y, float src_w, float src_h,
423 src_x, src_y, src_w, src_h,
426 src_x, src_y, src_w, src_h,
493 int src_x, int src_y, int src_w, int src_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
585 short src_x, short src_y,
602 x1 = src_x;
603 x2 = src_x + src_w;
622 src_x, src_
416 draw_yuv(struct xorg_xv_port_priv *port, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h) argument
491 display_video(ScrnInfoPtr pScrn, struct xorg_xv_port_priv *pPriv, int id, RegionPtr dstRegion, int src_x, int src_y, int src_w, int src_h, int dstX, int dstY, int dst_w, int dst_h, PixmapPtr pPixmap) argument
584 put_image(ScrnInfoPtr pScrn, short src_x, short src_y, short drw_x, short drw_y, short src_w, short src_h, short drw_w, short drw_h, int id, unsigned char *buf, short width, short height, Bool sync, RegionPtr clipBoxes, pointer data, DrawablePtr pDraw) argument
[all...]

Completed in 603 milliseconds

12