HomeSort by relevance Sort by last modified time
    Searched refs:srcy (Results 26 - 50 of 60) sorted by null

12 3

  /hardware/intel/common/libva/va/x11/
va_x11.c 221 short srcy,
239 short srcy,
259 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, (void *)draw, srcx, srcy, srcw, srch,
263 return ctx->vtable->vaPutSurface( ctx, surface, (void *)draw, srcx, srcy, srcw, srch,
  /external/mesa3d/src/gallium/drivers/radeon/
r600_test_dma.c 315 int srcx, srcy, srcz, dstx, dsty, dstz; local
326 srcx = srcy = srcz = dstx = dsty = dstz = 0;
343 srcy = rand() % (tsrc.height0 - height + 1) & ~0x7;
355 srcy = rand() % (tsrc.height0 - height + 1);
366 srcy = 0;
372 u_box_3d(srcx, srcy, srcz, width, height, depth, &box);
385 srcx, srcy, srcz);
  /external/mesa3d/src/gallium/drivers/radeonsi/
cik_sdma.c 177 unsigned srcy = src_box->y / rsrc->surface.blk_h; local
200 srcy >= (1 << 14) ||
227 srcy + copy_height != (1 << 14)))) {
237 radeon_emit(cs, srcx | (srcy << 16));
263 unsigned tiled_y = tiled == rsrc ? srcy : dsty;
264 unsigned linear_y = linear == rsrc ? srcy : dsty;
431 srcy % 8 == 0 &&
458 srcy + copy_height == src_height &&
483 srcy + copy_height_aligned != (1 << 14) &&
493 radeon_emit(cs, srcx | (srcy << 16))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_blit.h 44 GLshort srcx, GLshort srcy,
  /external/mesa3d/src/mesa/main/
drawpix.c 191 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height,
201 srcx, srcy, width, height,
270 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 71 GLint srcx, GLint srcy,
  /hardware/intel/common/libva/va/
va_trace.h 201 short srcy,
va_backend.h 206 short srcy,
  /hardware/intel/img/psb_video/src/
psb_output.h 195 short srcy,
218 short srcy,
psb_overlay.h 347 short srcy,
psb_drv_debug.c 354 short srcy,
367 mapped_buffer1 = mapped_buffer + psb_surface->stride * srcy;
368 mapped_buffer2 = mapped_buffer + psb_surface->stride * (srch + srcy / 2);
407 short __maybe_unused srcy,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 350 short srcx, short srcy, unsigned short srcw, unsigned short srch,
365 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch};
385 assert(srcy + srch - 1 < surface->height);
subpicture.c 338 short srcx, short srcy, unsigned short width, unsigned short height,
370 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy);
  /external/mesa3d/src/mesa/swrast/
swrast.h 136 GLint srcx, GLint srcy,
145 GLint srcX, GLint srcY, GLsizei width, GLsizei height,
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 385 const int srcY = clippedUnpack.SkipRows;
403 + ((srcY + h - 1) * rowLength + srcX) * 4;
517 const int srcY = clippedUnpack.SkipRows;
534 + ((srcY + h - 1) * rowLength + srcX) * 2;
604 GLint srcx, GLint srcy, GLsizei width, GLsizei height,
623 srcy = YFLIP(srcXrb, srcy) - height + 1;
626 srcx, srcy, width, height, destx, desty);
629 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 389 Status DrawImage(Image *image, REAL x, REAL y, REAL srcx, REAL srcy,
395 x, y, srcx, srcy, srcwidth, srcheight,
398 Status DrawImage(Image *image, INT x, INT y, INT srcx, INT srcy,
404 x, y, srcx, srcy, srcwidth, srcheight,
408 REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight,
419 srcx, srcy, srcwidth, srcheight, srcUnit,
424 INT srcx, INT srcy, INT srcwidth, INT srcheight,
435 srcx, srcy, srcwidth, srcheight, srcUnit,
454 REAL srcx, REAL srcy, REAL srcwidth, REAL srcheight,
464 srcx, srcy, srcwidth, srcheight, srcUnit
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 56 unsigned srcx, unsigned srcy, unsigned srcz,
72 box.srcy = srcy;
136 int y, h, srcy; local
141 srcy = 0;
180 0, srcy, 0, flags);
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 374 short srcy,
663 short srcy,
718 srcx, srcy, srcw, srch,
812 srcx, srcy, srcw, srch, destx, desty, destw, desth);
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_types.h 58 uint32 srcy; member in struct:SVGA3dCopyRect
73 uint32 srcy; member in struct:SVGA3dCopyBox
    [all...]
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
surface.c 272 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface_id, void* draw, short srcx, short srcy,
319 src_rect.y0 = srcy;
321 src_rect.y1 = srch + srcy;
va_private.h 318 VAStatus vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface, void* draw, short srcx, short srcy,
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 1490 int64_t srcx, srcy; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 1400 int64_t srcx, srcy; local
    [all...]

Completed in 311 milliseconds

12 3