Searched defs:srcx (Results 1 - 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c78 GLint srcx, GLint srcy,
164 srcx += dstx - orig_dstx;
168 orig_srcx = srcx;
172 &srcx, &srcy, &width, &height))
175 dstx += srcx - orig_srcx;
191 srcx += read_irb->draw_x;
198 read_irb->mt->region, 0, srcx, srcy,
216 GLint srcx, GLint srcy,
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, src
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
215 intelCopyPixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type) argument
[all...]
H A Dintel_regions.c376 GLuint srcx, GLuint srcy, GLuint width, GLuint height,
396 srcx, srcy, dstx, dsty, width, height,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c78 GLint srcx, GLint srcy,
164 srcx += dstx - orig_dstx;
168 orig_srcx = srcx;
172 &srcx, &srcy, &width, &height))
175 dstx += srcx - orig_srcx;
191 srcx += read_irb->draw_x;
198 read_irb->mt->region, 0, srcx, srcy,
216 GLint srcx, GLint srcy,
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, src
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
215 intelCopyPixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type) argument
[all...]
H A Dintel_regions.c376 GLuint srcx, GLuint srcy, GLuint width, GLuint height,
396 srcx, srcy, dstx, dsty, width, height,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c78 GLint srcx, GLint srcy,
164 srcx += dstx - orig_dstx;
168 orig_srcx = srcx;
172 &srcx, &srcy, &width, &height))
175 dstx += srcx - orig_srcx;
191 srcx += read_irb->draw_x;
198 read_irb->mt->region, 0, srcx, srcy,
216 GLint srcx, GLint srcy,
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, src
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
215 intelCopyPixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type) argument
[all...]
H A Dintel_regions.c376 GLuint srcx, GLuint srcy, GLuint width, GLuint height,
396 srcx, srcy, dstx, dsty, width, height,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/main/
H A Ddrawpix.c193 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height, argument
202 srcx, srcy, width, height,
271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
/external/libvpx/libvpx/vp8/common/
H A Dextend.c93 int srcx, int srch, int srcw) {
98 int src_y_offset = srcy * src->y_stride + srcx;
99 int dst_y_offset = srcy * dst->y_stride + srcx;
100 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
101 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
105 if (srcx) el = 0;
107 if (srcx + srcw != src->y_width) er = 0;
91 vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_extend.c158 int srcx, int srch, int srcw) {
161 const int el_y = srcx ? 0 : dst->border;
165 const int er_y = srcx + srcw != src->y_width
168 const int src_y_offset = srcy * src->y_stride + srcx;
169 const int dst_y_offset = srcy * dst->y_stride + srcx;
175 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
176 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
156 vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_surface.c112 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface, void* draw, short srcx, short srcy, argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c343 short srcx, short srcy, unsigned short srcw, unsigned short srch,
357 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch};
376 assert(srcx + srcw - 1 < surface->width);
342 XvMCPutSurface(Display *dpy, XvMCSurface *surface, Drawable drawable, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, int flags) argument
H A Dsubpicture.c346 short srcx, short srcy, unsigned short width, unsigned short height,
378 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy);
345 XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, short srcx, short srcy, unsigned short width, unsigned short height, short dstx, short dsty) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c50 regions_overlap(GLint srcx, GLint srcy, argument
57 if (srcx >= dstx + width || (srcx + width <= dstx)) {
72 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) {
76 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) {
99 copy_rgba_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
151 width, srcx, sy + row, p );
175 width, srcx, sy, rgba );
243 copy_depth_pixels( struct gl_context *ctx, GLint srcx, GLin argument
345 copy_stencil_pixels( struct gl_context *ctx, GLint srcx, GLint srcy, GLint width, GLint height, GLint destx, GLint desty ) argument
623 _swrast_CopyPixels( struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type ) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c273 unsigned srcx, unsigned srcy, unsigned width, unsigned height)
284 srcx, srcy);
269 st_surface_data(struct pipe_context *pipe, struct pipe_transfer *dst, unsigned dstx, unsigned dsty, const void *src, unsigned src_stride, unsigned srcx, unsigned srcy, unsigned width, unsigned height) argument
H A Dst_cb_drawpixels.c1205 copy_stencil_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
1228 _mesa_readpixels(ctx, srcx, srcy, width, height,
1332 blit_copy_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
1366 readX = srcx;
1415 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
1439 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL);
1440 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH);
1446 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty);
1450 if (blit_copy_pixels(ctx, srcx, srcy, width, height, dstx, dsty, type))
1535 readX = srcx;
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c608 GLint srcx, GLint srcy, GLsizei width, GLsizei height,
630 srcx, srcy, width, height, destx, desty);
633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
607 xmesa_CopyPixels( struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type ) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1242 LLVMValueRef srcx = lp_build_emit_fetch( &bld->bld_base, inst, 1, dim ); local
1252 ddxdyonec[dim] = LLVMBuildShuffleVector(builder, srcx, srcy,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1447 unsigned srcx,
1455 if (srcx >= src->width0 ||
1459 if (srcx + size > src->width0) {
1460 size = src->width0 - srcx;
1471 if (srcx % 4 != 0 || dstx % 4 != 0 || size % 4 != 0 ||
1474 u_box_1d(srcx, size, &box);
1483 vb.buffer_offset = srcx;
1443 util_blitter_copy_buffer(struct blitter_context *blitter, struct pipe_resource *dst, unsigned dstx, struct pipe_resource *src, unsigned srcx, unsigned size) argument
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1236 uint32 srcx; member in struct:SVGA3dCopyRect
1248 uint32 srcx; member in struct:SVGA3dCopyBox

Completed in 362 milliseconds