/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 165 srcy += dsty - orig_dsty; in do_blit_copypixels() 169 orig_srcy = srcy; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 176 dsty += srcy - orig_srcy; in do_blit_copypixels() 187 srcy = read_fb->Height - srcy - height; in do_blit_copypixels() 192 srcy += read_irb->draw_y; 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() [all …]
|
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 165 srcy += dsty - orig_dsty; in do_blit_copypixels() 169 orig_srcy = srcy; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 176 dsty += srcy - orig_srcy; in do_blit_copypixels() 187 srcy = read_fb->Height - srcy - height; in do_blit_copypixels() 192 srcy += read_irb->draw_y; 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() [all …]
|
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/intel/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 165 srcy += dsty - orig_dsty; in do_blit_copypixels() 169 orig_srcy = srcy; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 176 dsty += srcy - orig_srcy; in do_blit_copypixels() 187 srcy = read_fb->Height - srcy - height; in do_blit_copypixels() 192 srcy += read_irb->draw_y; 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() [all …]
|
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/swrast/ |
D | s_copypix.c | 50 regions_overlap(GLint srcx, GLint srcy, in regions_overlap() argument 60 else if (srcy < dsty) { /* this is OK */ in regions_overlap() 63 else if (srcy > dsty + height) { in regions_overlap() 80 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) { in regions_overlap() 84 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) { 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() 123 if (!overlapping && srcy < desty) { in copy_rgba_pixels() 125 sy = srcy + height - 1; in copy_rgba_pixels() 131 sy = srcy; in copy_rgba_pixels() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 107 int srcy, int srcx, in vp8_copy_and_extend_frame_with_rect() argument 114 int src_y_offset = srcy * src->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() 115 int dst_y_offset = srcy * dst->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() 116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 120 if (srcy) in vp8_copy_and_extend_frame_with_rect() 124 if (srcy + srch != src->y_height) in vp8_copy_and_extend_frame_with_rect()
|
D | extend.h | 26 int srcy, int srcx,
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | pyr_up.hpp | 77 int srcy = static_cast<int>((blockIdx.y * blockDim.y) / 2 + threadIdx.y) - 1; in pyrUp() local 82 srcy = ::abs(srcy); in pyrUp() 83 srcy = ::min(src_rows - 1, srcy); in pyrUp() 85 s_srcPatch[threadIdx.y][threadIdx.x] = saturate_cast<work_type>(src(srcy, srcx)); in pyrUp()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 166 int srcy, int srcx, in vp9_copy_and_extend_frame_with_rect() argument 169 const int et_y = srcy ? 0 : dst->border; in vp9_copy_and_extend_frame_with_rect() 171 const int eb_y = srcy + srch != src->y_height ? 0 : in vp9_copy_and_extend_frame_with_rect() 175 const int src_y_offset = srcy * src->y_stride + srcx; in vp9_copy_and_extend_frame_with_rect() 176 const int dst_y_offset = srcy * dst->y_stride + srcx; in vp9_copy_and_extend_frame_with_rect() 182 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect() 183 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect()
|
D | vp9_extend.h | 27 int srcy, int srcx,
|
/external/opencv3/modules/cudawarping/src/cuda/ |
D | pyr_up.cu | 68 int srcy = static_cast<int>((blockIdx.y * blockDim.y) / 2 + threadIdx.y) - 1; in pyrUp() local 73 srcy = ::abs(srcy); in pyrUp() 74 srcy = ::min(src.rows - 1, srcy); in pyrUp() 76 s_srcPatch[threadIdx.y][threadIdx.x] = saturate_cast<sum_t>(src(srcy, srcx)); in pyrUp()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.c | 56 unsigned y, unsigned h, unsigned srcy, in svga_transfer_dma_band() argument 70 box.srcy = srcy; in svga_transfer_dma_band() 136 unsigned y, h, srcy; in svga_transfer_dma() local 139 srcy = 0; in svga_transfer_dma() 174 svga_transfer_dma_band(svga, st, transfer, y, h, srcy, flags); in svga_transfer_dma()
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | pyr_up.cl | 93 int srcy = EXTRAPOLATE(mad24((int)get_group_id(1), LOCAL_SIZE/2, tidy) - 1, src_rows); 95 s_srcPatch[tidy][tidx] = convertToFT(loadpix(srcData + srcy * src_step + srcx * PIXSIZE)); 146 int srcy = mad24((int)get_group_id(1), LOCAL_SIZE, ly) - 1; 150 int srcy1 = EXTRAPOLATE(srcy, src_rows); 151 int srcy2 = EXTRAPOLATE(srcy+1, src_rows);
|
/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/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 1367 readY = srcy; 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() 1525 srcy = ctx->ReadBuffer->Height - srcy - height; in st_CopyPixels() [all …]
|
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/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() 377 assert(srcy + srch - 1 < surface->height); in XvMCPutSurface()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_blit.h | 41 short srcx, short srcy,
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 608 GLint srcx, GLint srcy, GLsizei width, GLsizei height, in xmesa_CopyPixels() argument 627 srcy = YFLIP(srcXrb, srcy) - height + 1; in xmesa_CopyPixels() 630 srcx, srcy, width, height, destx, desty); in xmesa_CopyPixels() 633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type ); in xmesa_CopyPixels()
|
/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
|