/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 168 orig_srcx = srcx; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 191 srcx += read_irb->draw_x; in do_blit_copypixels() 198 read_irb->mt->region, 0, srcx, srcy, in do_blit_copypixels() 216 GLint srcx, GLint srcy, in intelCopyPixels() argument 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels() 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
|
D | intel_pixel.h | 57 GLint srcx, GLint srcy,
|
D | intel_blit.h | 49 GLshort srcx, GLshort srcy,
|
D | intel_regions.h | 122 GLuint srcx, GLuint srcy, GLuint width, GLuint height,
|
D | intel_regions.c | 376 GLuint srcx, GLuint srcy, GLuint width, GLuint height, in intel_region_copy() argument 396 srcx, srcy, dstx, dsty, width, height, in intel_region_copy()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 168 orig_srcx = srcx; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 191 srcx += read_irb->draw_x; in do_blit_copypixels() 198 read_irb->mt->region, 0, srcx, srcy, in do_blit_copypixels() 216 GLint srcx, GLint srcy, in intelCopyPixels() argument 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels() 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
|
D | intel_regions.c | 376 GLuint srcx, GLuint srcy, GLuint width, GLuint height, in intel_region_copy() argument 396 srcx, srcy, dstx, dsty, width, height, in intel_region_copy()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 168 orig_srcx = srcx; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 191 srcx += read_irb->draw_x; in do_blit_copypixels() 198 read_irb->mt->region, 0, srcx, srcy, in do_blit_copypixels() 216 GLint srcx, GLint srcy, in intelCopyPixels() argument 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels() 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
|
D | intel_regions.c | 376 GLuint srcx, GLuint srcy, GLuint width, GLuint height, in intel_region_copy() argument 396 srcx, srcy, dstx, dsty, width, height, in intel_region_copy()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 50 regions_overlap(GLint srcx, GLint srcy, in regions_overlap() argument 57 if (srcx >= dstx + width || (srcx + width <= dstx)) { in regions_overlap() 72 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) { in regions_overlap() 76 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) { in regions_overlap() 99 copy_rgba_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, in copy_rgba_pixels() argument 115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels() 151 width, srcx, sy + row, p ); in copy_rgba_pixels() 175 width, srcx, sy, rgba ); in copy_rgba_pixels() 243 copy_depth_pixels( struct gl_context *ctx, GLint srcx, GLint srcy, in copy_depth_pixels() argument 266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 93 int srcx, int srch, int srcw) { in vp8_copy_and_extend_frame_with_rect() argument 98 int src_y_offset = srcy * src->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() 99 int dst_y_offset = srcy * dst->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() 100 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 101 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 105 if (srcx) el = 0; in vp8_copy_and_extend_frame_with_rect() 107 if (srcx + srcw != src->y_width) er = 0; in vp8_copy_and_extend_frame_with_rect()
|
D | extend.h | 26 int srcx, int srch, int srcw);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 158 int srcx, int srch, int srcw) { in vp9_copy_and_extend_frame_with_rect() argument 161 const int el_y = srcx ? 0 : dst->border; in vp9_copy_and_extend_frame_with_rect() 165 const int er_y = srcx + srcw != src->y_width in vp9_copy_and_extend_frame_with_rect() 168 const int src_y_offset = srcy * src->y_stride + srcx; in vp9_copy_and_extend_frame_with_rect() 169 const int dst_y_offset = srcy * dst->y_stride + srcx; in vp9_copy_and_extend_frame_with_rect() 175 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect() 176 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect()
|
D | vp9_extend.h | 26 int srcx, int srch, int srcw);
|
/external/mesa3d/src/mesa/main/ |
D | drawpix.c | 193 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height, in _mesa_CopyPixels() argument 202 srcx, srcy, width, height, in _mesa_CopyPixels() 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty, in _mesa_CopyPixels()
|
/external/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 2958 int srcx = ix + j; 2959 srcx = (srcx < 0) ? -srcx : srcx; 2960 srcx = (srcx >= columns) ? (2 * columns - srcx - 1) : srcx; 2961 value += filter[i + j] * ReadFloat4(image, number_channels, columns, srcx, srcy, channel); 2968 int srcx = (ix < 0) ? -ix : ix; // mirror pad 2969 srcx = (srcx >= columns) ? (2 * columns - srcx - 1) : srcx; 2970 value += filter[i] * ReadFloat4(image, number_channels, columns, srcx, srcy, channel); 3025 int srcx = get_group_id(0) * (tileSize - 2 * pad) - pad + get_local_id(0); 3029 int pos = (mirrorTop(mirrorBottom(srcx), imageWidth) * number_channels) + 3098 …if ((get_local_id(0) >= pad) && (get_local_id(0) < tileSize - pad) && (srcx >= 0) && (srcx < image… [all …]
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | surface.c | 343 short srcx, short srcy, unsigned short srcw, unsigned short srch, in XvMCPutSurface() argument 357 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; in XvMCPutSurface() 376 assert(srcx + srcw - 1 < surface->width); in XvMCPutSurface()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_blit.h | 41 short srcx, short srcy,
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1205 copy_stencil_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, in copy_stencil_pixels() argument 1228 _mesa_readpixels(ctx, srcx, srcy, width, height, in copy_stencil_pixels() 1332 blit_copy_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, in blit_copy_pixels() argument 1366 readX = srcx; in blit_copy_pixels() 1415 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, in st_CopyPixels() argument 1439 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); in st_CopyPixels() 1440 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); in st_CopyPixels() 1446 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty); in st_CopyPixels() 1450 if (blit_copy_pixels(ctx, srcx, srcy, width, height, dstx, dsty, type)) in st_CopyPixels() 1535 readX = srcx; in st_CopyPixels()
|
D | st_texture.c | 273 unsigned srcx, unsigned srcy, unsigned width, unsigned height) in st_surface_data() argument 284 srcx, srcy); in st_surface_data()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_surface.c | 112 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface, void* draw, short srcx, short srcy, in vlVaPutSurface() argument
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 89 _mesa_meta_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy,
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 107 box->srcx = src_box->x; in svga_surface_copy()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_ioctl.h | 72 GLint srcx, GLint srcy,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1447 unsigned srcx, in util_blitter_copy_buffer() argument 1455 if (srcx >= src->width0 || in util_blitter_copy_buffer() 1459 if (srcx + size > src->width0) { in util_blitter_copy_buffer() 1460 size = src->width0 - srcx; in util_blitter_copy_buffer() 1471 if (srcx % 4 != 0 || dstx % 4 != 0 || size % 4 != 0 || in util_blitter_copy_buffer() 1474 u_box_1d(srcx, size, &box); in util_blitter_copy_buffer() 1483 vb.buffer_offset = srcx; in util_blitter_copy_buffer()
|