/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_tiling.c | 39 for (unsigned srcy = 0; srcy < height; ++srcy) { \ 40 unsigned dsty = basey + srcy; \ 47 ((type *)src)[srcy * src_stride + srcx]; \ 55 unsigned srcy = basey + dsty; \ 56 unsigned sy = (srcy / TEX_TILE_HEIGHT) * src_stride + \ 57 (srcy % TEX_TILE_HEIGHT) * TEX_TILE_WIDTH; \
|
/third_party/ffmpeg/libavcodec/ |
H A D | mss2dsp.c | 36 const uint8_t *srcy, in mss2_blit_wmv9_template() 50 int y = srcy[i]; in mss2_blit_wmv9_template() 61 srcy += srcy_stride; in mss2_blit_wmv9_template() 68 const uint8_t *srcy, ptrdiff_t srcy_stride, in mss2_blit_wmv9_c() 74 srcy, srcy_stride, in mss2_blit_wmv9_c() 82 const uint8_t *srcy, ptrdiff_t srcy_stride, in mss2_blit_wmv9_masked_c() 88 srcy, srcy_stride, in mss2_blit_wmv9_masked_c() 29 mss2_blit_wmv9_template(uint8_t *dst, ptrdiff_t dst_stride, int gray, int use_mask, int maskcolor, const uint8_t *mask, ptrdiff_t mask_stride, const uint8_t *srcy, ptrdiff_t srcy_stride, const uint8_t *srcu, const uint8_t *srcv, ptrdiff_t srcuv_stride, int w, int h) mss2_blit_wmv9_template() argument 67 mss2_blit_wmv9_c(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *srcy, ptrdiff_t srcy_stride, const uint8_t *srcu, const uint8_t *srcv, ptrdiff_t srcuv_stride, int w, int h) mss2_blit_wmv9_c() argument 79 mss2_blit_wmv9_masked_c(uint8_t *dst, ptrdiff_t dst_stride, int maskcolor, const uint8_t *mask, ptrdiff_t mask_stride, const uint8_t *srcy, ptrdiff_t srcy_stride, const uint8_t *srcu, const uint8_t *srcv, ptrdiff_t srcuv_stride, int w, int h) mss2_blit_wmv9_masked_c() argument
|
H A D | mss2dsp.h | 34 const uint8_t *srcy, ptrdiff_t srcy_stride, 40 const uint8_t *srcy, ptrdiff_t srcy_stride,
|
H A D | pixlet.c | 485 int16_t *srcy = (int16_t *)frame->data[0]; in postprocess_luma() local 492 if (srcy[i] <= 0) in postprocess_luma() 494 else if (srcy[i] > ((1 << depth) - 1)) in postprocess_luma() 497 dsty[i] = lut[srcy[i]]; in postprocess_luma() 500 srcy += stridey; in postprocess_luma()
|
H A D | tdsc.c | 327 const uint8_t *srcy, int srcy_stride, in tdsc_blit() 334 tdsc_yuv2rgb(dst + col * 3, srcy[col], in tdsc_blit() 338 srcy += srcy_stride; in tdsc_blit() 326 tdsc_blit(uint8_t *dst, int dst_stride, const uint8_t *srcy, int srcy_stride, const uint8_t *srcu, const uint8_t *srcv, int srcuv_stride, int width, int height) tdsc_blit() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut2.c | 79 AVFrame *out, *srcx, *srcy; member 256 AVFrame *srcy = td->srcy; \ 270 srcyy = (const ytype *)(srcy->data[p] + slice_start * srcy->linesize[p]);\ 279 srcyy += srcy->linesize[p] / ydiv; \ 299 AVFrame *out, *srcx = NULL, *srcy = NULL; in process_frame() local 303 (ret = ff_framesync_get_frame(&s->fs, 1, &srcy, 0)) < 0) in process_frame() 306 if (ctx->is_disabled || !srcy) { in process_frame() 320 td.srcy in process_frame() 408 AVFilterLink *srcy = ctx->inputs[1]; lut2_config_output() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_test_dma.c | 305 int srcx, srcy, srcz, dstx, dsty, dstz; in r600_test_dma() local 316 srcx = srcy = srcz = dstx = dsty = dstz = 0; in r600_test_dma() 333 srcy = rand() % (tsrc.height0 - height + 1) & ~0x7; in r600_test_dma() 345 srcy = rand() % (tsrc.height0 - height + 1); in r600_test_dma() 356 srcy = 0; in r600_test_dma() 362 u_box_3d(srcx, srcy, srcz, width, height, depth, &box); in r600_test_dma() 375 srcx, srcy, srcz); in r600_test_dma()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_image_copy_region.c | 564 int srcx, srcy, srcz, dstx, dsty, dstz; in si_test_image_copy_region() local 588 srcy = rand() % (u_minify(tsrc.height0, src_level) - height + 1); in si_test_image_copy_region() 595 srcy &= ~(util_format_get_blockheight(src->format) - 1); in si_test_image_copy_region() 604 u_box_3d(srcx, srcy, srcz, width, height, depth, &box); in si_test_image_copy_region() 615 src_cpu[src_level].layer_stride, srcx, srcy, srcz); in si_test_image_copy_region() 783 int srcx, srcy, srcz, dstx, dsty, dstz; in si_test_blit() local 810 srcy = rand() % (u_minify(tsrc.height0, src_level) - src_height + 1); in si_test_blit() 822 srcy += rand() % (max_src_height / 5) - max_src_height / 10; in si_test_blit() 834 srcy &= ~(util_format_get_blockheight(tsrc.format) - 1); in si_test_blit() 870 srcy in si_test_blit() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 437 int srcy = ref.srcy - metrics.baseline - metrics.xHeight; in drawRef() 455 // Debug: g.drawString(ref.sourcePosition + " => " + ref.targetPosition, 0, srcy); in drawRef() 456 g.drawLine(srcx, srcy, mx, srcy); in drawRef() 457 g.drawLine(mx, srcy, mx, trgy); in drawRef() 614 private int srcx, srcy, trgx, trgy; field in ViewableTaggedData.Reference 622 srcy = y - 5; in setSrc()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | drawpix.c | 199 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height, in _mesa_CopyPixels() argument 209 srcx, srcy, width, height, in _mesa_CopyPixels() 293 st_CopyPixels( ctx, srcx, srcy, width, height, destx, desty, in _mesa_CopyPixels()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | surface.c | 350 short srcx, short srcy, unsigned short srcw, unsigned short srch, in XvMCPutSurface() 365 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; in XvMCPutSurface() 385 assert(srcy + srch - 1 < surface->height); in XvMCPutSurface() 349 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) XvMCPutSurface() argument
|
H A D | subpicture.c | 410 short srcx, short srcy, unsigned short width, unsigned short height, in XvMCCompositeSubpicture() 443 upload_sampler_convert(pipe, subpicture_priv->sampler, &dst_box, image, srcx, srcy); in XvMCCompositeSubpicture() 446 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy); in XvMCCompositeSubpicture() 409 XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, short srcx, short srcy, unsigned short width, unsigned short height, short dstx, short dsty) XvMCCompositeSubpicture() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 1414 copy_stencil_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, in copy_stencil_pixels() argument 1436 _mesa_readpixels(ctx, srcx, srcy, width, height, in copy_stencil_pixels() 1518 blit_copy_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, in blit_copy_pixels() argument 1560 readY = srcy; in blit_copy_pixels() 1667 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, in st_CopyPixels() argument 1695 if (blit_copy_pixels(ctx, srcx, srcy, width, height, dstx, dsty, type)) in st_CopyPixels() 1701 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); in st_CopyPixels() 1702 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); in st_CopyPixels() 1709 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty); in st_CopyPixels() 1780 copy_stencil_pixels(ctx, srcx, srcy, widt in st_CopyPixels() [all...] |
H A D | st_cb_drawpixels.h | 51 void st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_blit.h | 38 unsigned dst_offset, short srcx, short srcy,
|
H A D | i915_surface.c | 234 int srcy = src_box->y / block_height; in i915_surface_copy_blitter() local 248 (short)srcx, (short)srcy, (short)dstx, (short)dsty, in i915_surface_copy_blitter()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_texture.c | 56 unsigned srcx, unsigned srcy, unsigned srcz, in svga_transfer_dma_band() 71 box.srcy = srcy; in svga_transfer_dma_band() 130 int y, h, srcy; in svga_transfer_dma() local 135 srcy = 0; in svga_transfer_dma() 174 0, srcy, 0, flags); in svga_transfer_dma() 51 svga_transfer_dma_band(struct svga_context *svga, struct svga_transfer *st, SVGA3dTransferType transfer, unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, unsigned d, unsigned srcx, unsigned srcy, unsigned srcz, SVGA3dSurfaceDMAFlags flags) svga_transfer_dma_band() argument
|
H A D | svga_surface.c | 68 box.srcy = src_y; in svga_texture_copy_region() 109 box.srcy = src_y; in svga_texture_copy_handle()
|
H A D | svga_resource_buffer_upload.c | 722 box->srcy = 0; in svga_buffer_upload_flush()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 1532 int64_t srcx, srcy; in nv50_blit_eng2d() local 1601 srcy = (int64_t)(info->src.box.y + srcy_adj) << (src->ms_y + 32); in nv50_blit_eng2d() 1606 srcy += (int64_t)1 << (src->ms_y + 31); in nv50_blit_eng2d() 1622 srcy -= dv_dy * dsty; in nv50_blit_eng2d() 1673 PUSH_DATA (push, srcy >> 32); in nv50_blit_eng2d() 1678 PUSH_DATA (push, srcy); in nv50_blit_eng2d() 1679 PUSH_DATA (push, srcy >> 32); in nv50_blit_eng2d()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 1439 int64_t srcx, srcy; in nvc0_blit_eng2d() local 1512 srcy = (int64_t)(info->src.box.y + srcy_adj) << (src->ms_y + 32); in nvc0_blit_eng2d() 1517 srcy += (int64_t)1 << (src->ms_y + 31); in nvc0_blit_eng2d() 1533 srcy -= dv_dy * dsty; in nvc0_blit_eng2d() 1583 PUSH_DATA (push, srcy >> 32); in nvc0_blit_eng2d() 1588 PUSH_DATA (push, srcy); in nvc0_blit_eng2d() 1589 PUSH_DATA (push, srcy >> 32); in nvc0_blit_eng2d()
|
/third_party/mesa3d/src/glx/ |
H A D | drisw_glx.c | 181 int srcx, int srcy, int x, int y, in swrastXPutImage() 206 XShmPutImage(dpy, drawable, gc, ximage, srcx, srcy, x, y, w, h, False); in swrastXPutImage() 209 XPutImage(dpy, drawable, gc, ximage, srcx, srcy, x, y, w, h); in swrastXPutImage() 180 swrastXPutImage(__DRIdrawable * draw, int op, int srcx, int srcy, int x, int y, int w, int h, int stride, int shmid, char *data, void *loaderPrivate) swrastXPutImage() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_types.h | 110 uint32 srcy; member 125 uint32 srcy; member
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | surface.c | 305 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface_id, void* draw, short srcx, short srcy, in vlVaPutSurface() argument 353 src_rect.y0 = srcy; in vlVaPutSurface() 355 src_rect.y1 = srch + srcy; in vlVaPutSurface()
|
H A D | va_private.h | 379 VAStatus vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface, void* draw, short srcx, short srcy,
|