HomeSort by: relevance | last modified time | path
    Searched defs:dsty (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_test_dma.c 305 int srcx, srcy, srcz, dstx, dsty, dstz; local
316 srcx = srcy = srcz = dstx = dsty = dstz = 0;
336 dsty = rand() % (tdst.height0 - height + 1) & ~0x7;
348 dsty = rand() % (tdst.height0 - height + 1);
363 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
372 dstx, dsty, dstz, width, height, depth,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_test_blit.c 308 int srcx, srcy, srcz, dstx, dsty, dstz; local
319 srcx = srcy = srcz = dstx = dsty = dstz = 0;
337 dsty = rand() % (tdst.height0 - height + 1) & ~0x7;
349 dsty = rand() % (tdst.height0 - height + 1);
362 si_resource_copy_region(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
369 util_copy_box(dst_cpu.ptr, tdst.format, dst_cpu.stride, dst_cpu.layer_stride, dstx, dsty,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_test_dma.c 306 int srcx, srcy, srcz, dstx, dsty, dstz; local
317 srcx = srcy = srcz = dstx = dsty = dstz = 0;
337 dsty = rand() % (tdst.height0 - height + 1) & ~0x7;
349 dsty = rand() % (tdst.height0 - height + 1);
364 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
373 dstx, dsty, dstz, width, height, depth,
  /xsrc/external/mit/libXft/dist/src/
xftrender.c 42 int dsty,
55 srcx, srcy, dstx, dsty, (char*)chars, nchars);
60 srcx, srcy, dstx, dsty, (unsigned short*)chars, nchars);
65 srcx, srcy, dstx, dsty, (unsigned int*)chars, nchars);
93 int dstx, dsty; local
153 dsty = y;
168 XRenderComposite(dpy, PictOpOver, glyph->picture, None, dst, 0, 0, 0, 0, dstx - glyph->metrics.x, dsty - glyph->metrics.y, glyph->metrics.width, glyph->metrics.height);
170 dsty += glyph->metrics.yOff;
172 y = dsty;
183 dsty += glyph->metrics.yOff
    [all...]
  /xsrc/external/mit/xorg-server/dist/mi/
mibitblt.c 91 int srcx, srcy, dstx, dsty, i, j, y, width, height, xMin, xMax, yMin, yMax; local
133 dsty = yOut;
136 dsty += pDstDrawable->y;
164 if (dsty <= srcBox.y1) { /* Scroll up or stationary vertical.
234 y = yMin - (srcy - dsty);
374 MiBits * pbits, int srcx, int w, int h, int dstx, int dsty)
446 gcv[3].val = dsty;
458 rect.y = dsty;
482 rect.y = dsty;
520 int width, int height, int dstx, int dsty, unsigned long bitPlane
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
mibitblt.c 95 int srcx, srcy, dstx, dsty, i, j, y, width, height, local
139 dsty = yOut;
143 dsty += pDstDrawable->y;
170 if (dsty <= srcBox.y1) { /* Scroll up or stationary vertical.
243 y = yMin - (srcy - dsty);
398 MiBits *pbits, int srcx, int w, int h, int dstx, int dsty)
475 gcv[3].val = dsty;
487 rect.y = dsty;
511 rect.y = dsty;
552 int dsty,
    [all...]
  /xsrc/local/programs/xsetwallpaper/
xsetwallpaper.c 61 int bitmap_pad, srcx, srcy, dstx, dsty; local
202 dsty = 0;
205 dsty = (root_height - imageh) / 2;
208 srcx, srcy, dstx, dsty,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_test_dma.c 323 int srcx, srcy, srcz, dstx, dsty, dstz; local
334 srcx = srcy = srcz = dstx = dsty = dstz = 0;
354 dsty = rand() % (tdst.height0 - height + 1) & ~0x7;
366 dsty = rand() % (tdst.height0 - height + 1);
381 sctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
390 dstx, dsty, dstz, width, height, depth,
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_xv.c 595 int dstx, dsty, dstw, dsth; local
598 dsty = box[i].y1 + dst_off_y;
602 glScissor(dstx, dsty, dstw, dsth);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 198 unsigned dstx, unsigned dsty, unsigned dstz,
233 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
265 dstx, dsty, dst_layer,
279 unsigned dstx, unsigned dsty,
305 PUSH_DATA (push, (height << 16) | dsty);
343 PUSH_DATA (push, (height << 16) | dsty);
370 unsigned dstx, unsigned dsty,
404 PUSH_DATA (push, (height << 16) | dsty);
431 PUSH_DATA (push, (height << 16) | dsty);
1531 int32_t dstx, dsty; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 207 unsigned dstx, unsigned dsty, unsigned dstz,
244 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
275 dstx, dsty, dst_layer,
289 unsigned dstx, unsigned dsty,
314 PUSH_DATA (push, (height << 16) | dsty);
625 unsigned dstx, unsigned dsty,
658 PUSH_DATA (push, (height << 16) | dsty);
1438 int32_t dstx, dsty; local
1521 dsty = info->dst.box.y << dst->ms_y;
1531 if (dsty < 0)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 198 unsigned dstx, unsigned dsty, unsigned dstz,
233 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
265 dstx, dsty, dst_layer,
279 unsigned dstx, unsigned dsty,
305 PUSH_DATA (push, (height << 16) | dsty);
343 PUSH_DATA (push, (height << 16) | dsty);
370 unsigned dstx, unsigned dsty,
404 PUSH_DATA (push, (height << 16) | dsty);
431 PUSH_DATA (push, (height << 16) | dsty);
1496 int32_t dstx, dsty; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 200 unsigned dstx, unsigned dsty, unsigned dstz,
237 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
268 dstx, dsty, dst_layer,
282 unsigned dstx, unsigned dsty,
307 PUSH_DATA (push, (height << 16) | dsty);
617 unsigned dstx, unsigned dsty,
650 PUSH_DATA (push, (height << 16) | dsty);
1406 int32_t dstx, dsty; local
1489 dsty = info->dst.box.y << dst->ms_y;
1499 if (dsty < 0)
    [all...]
  /xsrc/external/mit/ctwm/dist/
event_handlers.c 2133 int dstx, dsty; local
2174 0, 0, &dstx, &dsty, &dumwin)) {
2193 dstx, dsty);
ctwm.h 159 int dstx, dsty; /* to where to start copying */ member in struct:TitleButton
  /xsrc/external/mit/twm/dist/src/
events.c 1116 tb->dstx, tb->dsty, 1);
1409 int dstx, dsty; local
1445 0, 0, &dstx, &dsty, &dumwin)) {
1461 dstx, dsty);
twm.h 178 int dstx, dsty; /* to where to start copying */ member in struct:_TitleButton
  /xsrc/external/mit/xorg-server/dist/Xext/
panoramiXprocs.c 668 rep.dstY = y - pDst->drawable.y;
672 rep.dstY += screenInfo.screens[0]->y;
1053 int j, result, srcx, srcy, dstx, dsty, width, height; local
1093 dsty = stuff->dstY;
1130 (*pGC->ops->PutImage) (pDst, pGC, pDst->depth, dstx, dsty,
1179 RegionTranslate(&rgn, -dx + dstx, -dy + dsty);
1208 stuff->dstY = dsty - screenInfo.screens[j]->y;
1231 stuff->dstX, stuff->dstY);
1262 int j, srcx, srcy, dstx, dsty, rc; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xext/
panoramiXprocs.c 635 rep.dstY = y - pDst->drawable.y;
640 rep.dstY += screenInfo.screens[0]->y;
1006 int j, result, srcx, srcy, dstx, dsty; local
1043 dstx = stuff->dstX; dsty = stuff->dstY;
1075 (*pGC->ops->PutImage) (pDst, pGC, pDst->depth, dstx, dsty,
1101 stuff->dstY = dsty - screenInfo.screens[j]->y;
1123 stuff->dstX, stuff->dstY);
1152 int j, srcx, srcy, dstx, dsty, rc local
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xf86dgaproto.h 206 CARD16 dsty; member in struct:_XDGACopyArea
220 CARD16 dsty; member in struct:_XDGACopyTransparentArea
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
dd_pipe.h 87 unsigned dstx, dsty, dstz; member in struct:call_resource_copy_region
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
dd_pipe.h 87 unsigned dstx, dsty, dstz; member in struct:call_resource_copy_region
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunGX.c 416 sunGXCopyArea(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GC *pGC, int srcx, int srcy, int width, int height, int dstx, int dsty)
420 pGC, srcx, srcy, width, height, dstx, dsty);
422 pGC, srcx, srcy, width, height, dstx, dsty, sunGXDoBitblt, 0);
431 int srcx, srcy, dstx, dsty, width, height; local
458 dsty = pbox->y1;
463 height = pbox->y2 - dsty;
485 gx->y0 = dsty++;
508 gx->y0 = dsty++;
537 sunGXCopyPlane(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, int srcx, int srcy, int width, int height, int dstx, int dsty, unsigned long bitPlane)
548 pGC, srcx, srcy, width, height, dstx, dsty, sunGXCopyPlane1to8, bitPlane)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunGX.c 416 sunGXCopyArea(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GC *pGC, int srcx, int srcy, int width, int height, int dstx, int dsty)
420 pGC, srcx, srcy, width, height, dstx, dsty);
422 pGC, srcx, srcy, width, height, dstx, dsty, sunGXDoBitblt, 0);
431 int srcx, srcy, dstx, dsty, width, height; local
458 dsty = pbox->y1;
463 height = pbox->y2 - dsty;
485 gx->y0 = dsty++;
508 gx->y0 = dsty++;
537 sunGXCopyPlane(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, int srcx, int srcy, int width, int height, int dstx, int dsty, unsigned long bitPlane)
548 pGC, srcx, srcy, width, height, dstx, dsty, sunGXCopyPlane1to8, bitPlane)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_threaded_context.c 1509 unsigned dstx, dsty, dstz; member in struct:tc_resource_copy_region
1518 unsigned dstx, unsigned dsty, unsigned dstz,
2156 pipe->resource_copy_region(pipe, p->dst, p->dst_level, p->dstx, p->dsty,
2165 unsigned dstx, unsigned dsty, unsigned dstz,
2178 p->dsty = dsty;
2339 unsigned dstx, unsigned dsty,
2347 pipe->clear_render_target(pipe, dst, color, dstx, dsty, width, height,
2355 unsigned dsty, unsigned width, unsigned height,
2363 dstx, dsty, width, height
    [all...]

Completed in 27 milliseconds

1 2