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

1 2

  /src/sys/dev/wscons/
wscons_rops.c 151 int y, srcx, dstx, nx; local
155 dstx = rc->rc_xorigin + rc->rc_font->width * dstcol;
158 raster_op(rc->rc_sp, dstx, y,
  /xsrc/external/mit/xf86-video-suncg14/dist/src/
cg14_render.c 74 uint32_t msk = src, mskx, dstx, m; local
81 dstx = dst;
89 sxm(SX_LDUQ0, dstx, 60, 3);
108 sxm(SX_STUQ0C, dstx, 92, rest - 1);
110 sxm(SX_STUQ0C, dstx, 92, 3);
112 dstx += 16;
123 sxm(SX_STUQ0, dstx, 8, 0);
131 sxm(SX_LDUQ0, dstx, 20, 0);
146 sxm(SX_STUQ0C, dstx, 24, 0);
148 dstx += 4
162 uint32_t msk = src, mskx, dstx, m; local
263 uint32_t srcx, dstx; local
306 uint32_t srcx, dstx, srcoff, dstoff; local
379 uint32_t srcx, dstx, srcoff, dstoff; local
446 uint32_t srcx, dstx, mskx, m; local
496 uint32_t srcx, dstx, mskx, m; local
555 uint32_t srcx, dstx, mskx, m; local
618 uint32_t srcx, dstx, mskx, m; local
    [all...]
  /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;
335 dstx = rand() % (tdst.width0 - width + 1) & ~0x7;
347 dstx = rand() % (tdst.width0 - width + 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;
336 dstx = rand() % (tdst.width0 - width + 1) & ~0x7;
348 dstx = rand() % (tdst.width0 - width + 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;
336 dstx = rand() % (tdst.width0 - width + 1) & ~0x7;
348 dstx = rand() % (tdst.width0 - width + 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 41 int dstx,
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
152 dstx = x;
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);
169 dstx += glyph->metrics.xOff;
171 x = dstx;
182 dstx += glyph->metrics.xOff
    [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
132 dstx = xOut;
135 dstx += pDstDrawable->x;
166 if (dstx <= srcBox.x1) /* Scroll left or stationary horizontal.
183 if (dstx < srcBox.x1) { /* Scroll left. Horizontal order OK. */
233 xMin -= (srcx - dstx);
374 MiBits * pbits, int srcx, int w, int h, int dstx, int dsty)
445 gcv[2].val = dstx - srcx;
457 rect.x = dstx;
481 rect.x = dstx;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
mibitblt.c 95 int srcx, srcy, dstx, dsty, i, j, y, width, height, local
138 dstx = xOut;
142 dstx += pDstDrawable->x;
172 if (dstx <= srcBox.x1) /* Scroll left or stationary horizontal.
189 if (dstx < srcBox.x1) { /* Scroll left. Horizontal order OK. */
242 xMin -= (srcx - dstx);
398 MiBits *pbits, int srcx, int w, int h, int dstx, int dsty)
474 gcv[2].val = dstx - srcx;
486 rect.x = dstx;
510 rect.x = dstx;
    [all...]
  /xsrc/local/programs/xsetwallpaper/
xsetwallpaper.c 61 int bitmap_pad, srcx, srcy, dstx, dsty; local
195 dstx = 0;
198 dstx = (root_width - imagew) / 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;
353 dstx = rand() % (tdst.width0 - width + 1) & ~0x7;
365 dstx = rand() % (tdst.width0 - width + 1);
381 sctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
390 dstx, dsty, dstz, width, height, depth,
  /src/sys/external/bsd/drm/dist/shared-core/
mga_state.c 830 int dstx = pbox[i].x1 + blit->delta_dx; local
844 MGA_FXBNDRY, ((dstx + w) << 16) | (dstx & 0xffff),
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_state.c 800 int dstx = pbox[i].x1 + blit->delta_dx; local
813 MGA_FXBNDRY, ((dstx + w) << 16) | (dstx & 0xffff),
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_xv.c 595 int dstx, dsty, dstw, dsth; local
597 dstx = box[i].x1 + dst_off_x;
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,
209 nv04_resource(dst), dstx,
233 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
265 dstx, dsty, dst_layer,
279 unsigned dstx, unsigned dsty,
304 PUSH_DATA (push, ( width << 16) | dstx);
342 PUSH_DATA (push, (width << 16) | dstx);
370 unsigned dstx, unsigned dsty,
403 PUSH_DATA (push, ( width << 16) | dstx);
430 PUSH_DATA (push, (width << 16) | dstx);
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,
218 nv04_resource(dst), dstx,
244 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
275 dstx, dsty, dst_layer,
289 unsigned dstx, unsigned dsty,
313 PUSH_DATA (push, ( width << 16) | dstx);
625 unsigned dstx, unsigned dsty,
657 PUSH_DATA (push, ( width << 16) | dstx);
1438 int32_t dstx, dsty; local
1520 dstx = info->dst.box.x << dst->ms_x
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 198 unsigned dstx, unsigned dsty, unsigned dstz,
209 nv04_resource(dst), dstx,
233 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
265 dstx, dsty, dst_layer,
279 unsigned dstx, unsigned dsty,
304 PUSH_DATA (push, ( width << 16) | dstx);
342 PUSH_DATA (push, (width << 16) | dstx);
370 unsigned dstx, unsigned dsty,
403 PUSH_DATA (push, ( width << 16) | dstx);
430 PUSH_DATA (push, (width << 16) | dstx);
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,
211 nv04_resource(dst), dstx,
237 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
268 dstx, dsty, dst_layer,
282 unsigned dstx, unsigned dsty,
306 PUSH_DATA (push, ( width << 16) | dstx);
617 unsigned dstx, unsigned dsty,
649 PUSH_DATA (push, ( width << 16) | dstx);
1406 int32_t dstx, dsty; local
1488 dstx = info->dst.box.x << dst->ms_x
    [all...]
  /xsrc/external/mit/ctwm/dist/
event_handlers.c 2133 int dstx, dsty; local
2174 0, 0, &dstx, &dsty, &dumwin)) {
2193 dstx, dsty);
  /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);
  /xsrc/external/mit/xorg-server/dist/Xext/
panoramiXprocs.c 667 rep.dstX = x - pDst->drawable.x;
671 rep.dstX += screenInfo.screens[0]->x;
1053 int j, result, srcx, srcy, dstx, dsty, width, height; local
1092 dstx = stuff->dstX;
1130 (*pGC->ops->PutImage) (pDst, pGC, pDst->depth, dstx, dsty,
1179 RegionTranslate(&rgn, -dx + dstx, -dy + dsty);
1207 stuff->dstX = dstx - screenInfo.screens[j]->x;
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 634 rep.dstX = x - pDst->drawable.x;
639 rep.dstX += screenInfo.screens[0]->x;
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,
1100 stuff->dstX = dstx - screenInfo.screens[j]->x;
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 205 CARD16 dstx; member in struct:_XDGACopyArea
219 CARD16 dstx; member in struct:_XDGACopyTransparentArea
  /src/sys/arch/luna68k/dev/
omrasops.c 1286 int scanspan, height, w, y, srcx, dstx; local
1294 dstx = ri->ri_font->fontwidth * dstcol;
1300 db = dstx & ALIGNMASK;
1307 dp = basep + (dstx / 32) * 4;
1323 rnum = (dstx + w) & ALIGNMASK;
1335 dp = basep + (dstx / 32) * 4;
1375 dp = basep + ((dstx + w) / 32) * 4;
1419 int scanspan, height, w, y, srcx, dstx; local
1427 dstx = ri->ri_font->fontwidth * dstcol;
1433 db = dstx & ALIGNMASK
    [all...]
  /src/sys/dev/pci/
tga.c 919 int y, srcx, dstx, nx; local
923 dstx = ri->ri_font->fontwidth * dstcol;
926 tga_rop(ri, dstx, y,
  /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

Completed in 158 milliseconds

1 2