| /xsrc/external/mit/pixman/dist/test/ |
| H A D | alphamap.c | 176 run_test (int s, int d, int sa, int da, int soff, int doff) argument 188 doff = origins[doff]; 215 pixman_image_set_alpha_map (orig_dst, orig_alpha, doff, doff); 216 pixman_image_set_alpha_map (dst, alpha, doff, doff); 237 for (j = MAX (doff, 0); j < MIN (HEIGHT, HEIGHT + doff); ++j) 239 for (k = MAX (doff, [all...] |
| /xsrc/external/mit/xmh/dist/ |
| H A D | tsource.c | 219 if (ti + doff < msg->position || \ 220 ti + doff >= msg->position + msg->length) \ 222 c = msg->buf[ti + doff - msg->position]; \ 242 int ddir, doff, i, whiteSpace = 0; local in function:Scan 244 doff = (dir == XawsdRight) ? 0 : -1; 248 if (textindex + doff < 0) return 0;
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6_exa.c | 141 int doff; local in function:Cg6Copy 143 doff = exaGetPixmapOffset(pDstPixmap) / pCg6->width; 150 pCg6->fbc->y2 = yDst + doff; 152 pCg6->fbc->y3 = yDst + doff + h - 1;
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_exa.c | 134 int doff = exaGetPixmapOffset(pDstPixmap) / pPnozz->width; local in function:PnozzCopy 139 ((yDst + doff) & 0x1fff); 143 ((yDst + doff + h - 1) & 0x1fff);
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbseg.c | 355 int doff; local in function:fbSegment 435 doff = dashoff; 441 doff += clipdx; 445 doff += clipdy; 449 (*bres) (pDrawable, pGC, doff,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.c | 251 unsigned soff, doff, w, p; local in function:emit_blit_buffer 254 doff = (dbox->x + off) & ~0x3f; 260 debug_assert((doff + w) <= fd_bo_size(dst->bo)); 292 OUT_RELOCW(ring, dst->bo, doff, 0, 0); /* RB_2D_DST_LO/HI */ 388 unsigned doff = fd_resource_offset(dst, info->dst.level, dbox->z + i); local in function:emit_blit 391 debug_assert((doff + (dbox->height * dpitch)) <= fd_bo_size(dst->bo)); 424 OUT_RELOCW(ring, dst->bo, doff, 0, 0); /* RB_2D_DST_LO/HI */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.c | 234 unsigned soff, doff, w, p; local in function:emit_blit_buffer 237 doff = (dbox->x + off) & ~0x3f; 243 debug_assert((doff + w) <= fd_bo_size(dst->bo)); 275 OUT_RELOC(ring, dst->bo, doff, 0, 0); /* RB_2D_DST_LO/HI */ 369 unsigned doff = fd_resource_offset(dst, info->dst.level, dbox->z + i); local in function:emit_blit 372 debug_assert((doff + (dbox->height * dpitch)) <= fd_bo_size(dst->bo)); 405 OUT_RELOC(ring, dst->bo, doff, 0, 0); /* RB_2D_DST_LO/HI */
|
| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| H A D | tcx_accel.c | 104 int doff; local in function:TcxCopy 112 doff = exaGetPixmapOffset(pDstPixmap) >> pTcx->pitchshift; 115 dst = dstX + dstY * dpitch + doff;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbseg.c | 428 int dashoff, doff; local in function:_fbSegment 494 doff = dashoff; 500 doff += clipdx; 503 doff += clipdy; 507 data->bres(drawable, gc, doff,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbseg.c | 428 int dashoff, doff; local in function:_fbSegment 494 doff = dashoff; 500 doff += clipdx; 503 doff += clipdy; 507 data->bres(drawable, gc, doff,
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbseg.c | 622 int doff; local in function:fbSegment 712 doff = dashoff; 720 doff += clipdx; 725 doff += clipdy; 729 (*bres) (pDrawable, pGC, doff,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 265 unsigned soff, doff, w, p; local in function:emit_blit_buffer 268 doff = (dbox->x + off) & ~0x3f; 274 debug_assert((doff + w) <= fd_bo_size(dst->bo)); 302 OUT_RELOCW(ring, dst->bo, doff, 0, 0); /* RB_2D_DST_LO/HI */ 442 unsigned doff = fd_resource_offset(dst, info->dst.level, dbox->z + i); local in function:emit_blit_texture 493 OUT_RELOCW(ring, dst->bo, doff, 0, 0); /* RB_2D_DST_LO/HI */
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_ra.c | 429 int dsz, doff; local in function:get_definer 439 dd = get_definer(ctx, src->instr, &dsz, &doff); 444 *off = doff - n; 504 int dsz, doff; local in function:get_definer 506 dd = get_definer(ctx, d->regs[1]->instr, &dsz, &doff);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 352 unsigned soff, doff, w, p; local in function:emit_blit_buffer 355 doff = (dbox->x + off) & ~0x3f; 361 debug_assert((doff + w) <= fd_bo_size(dst->bo)); 389 OUT_RELOC(ring, dst->bo, doff, 0, 0); /* RB_2D_DST_LO/HI */
|