Searched refs:dstoff (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.h36 struct nouveau_bo *, unsigned dstoff, unsigned dstdom,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.h36 struct nouveau_bo *, unsigned dstoff, unsigned dstdom,
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_render.c306 uint32_t srcx, dstx, srcoff, dstoff; local in function:CG14Comp_Add8
316 dstoff = dst & 7;
331 d = (uint8_t *)(p->fb + dstx + dstoff);
338 write_sx_io(p, dstx, SX_LDB(40, 31, dstoff));
341 write_sx_io(p, dstx, SX_STBC(72, 31, dstoff));
349 write_sx_io(p, dstx, SX_LDB(40, part - 1, dstoff));
356 write_sx_io(p, dstx, SX_STBC(72, part - 1, dstoff));
379 uint32_t srcx, dstx, srcoff, dstoff; local in function:CG14Comp_Add8_32
389 dstoff = dst & 7;
406 write_sx_io(p, dstx, SX_LDUC0(40, 31, dstoff));
[all...]
H A Dcg14_accel.c148 int dstpitch, dstoff, srcpitch, srcoff; local in function:CG14Copy32
154 dstoff = exaGetPixmapOffset(pDstPixmap);
162 dststart = (dstX << 2) + (dstpitch * dstY) + dstoff;
629 int dstpitch, dstoff, srcpitch, srcoff; local in function:CG14Copy8
635 dstoff = exaGetPixmapOffset(pDstPixmap);
643 dststart = dstX + (dstpitch * dstY) + dstoff;
677 if ((p->xdir < 0) && (srcoff == dstoff) && (srcY == dstY)) {
712 if ((p->xdir < 0) && (srcoff == dstoff)) {
1165 int w = x2 - x1, h = y2 - y1, dstoff, dstpitch; local in function:CG14Solid
1170 dstoff
1427 uint32_t dstoff, dstpitch; local in function:CG14Composite
[all...]
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_accel.c162 int dstpitch, dstoff; local in function:IgsCopy
177 dstoff = exaGetPixmapOffset(pDstPixmap) >> fPtr->shift;
178 IgsWrite4(fPtr, IGS_COP_DST_START_REG, dstoff + dstX +
231 int w = x2 - x1, h = y2 - y1, dstoff, dstpitch; local in function:IgsSolid
236 dstoff = exaGetPixmapOffset(pPixmap) >> fPtr->shift;
237 IgsWrite4(fPtr, IGS_COP_DST_START_REG, dstoff + x1 +
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_accel.c161 int dstoff = exaGetPixmapOffset(pDstPixmap); local in function:MgxCopy
166 if (dstoff > 0 || 1) {
167 DBGMSG(X_ERROR, "%s %d %d\n", __func__, dstoff, dstpitch);
168 yd += dstoff / dstpitch;
237 int w = x2 - x1, h = y2 - y1, dstoff, dstpitch; local in function:MgxSolid
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_exa.c46 NVAccelM2MF(NVPtr pNv, int w, int h, int cpp, uint32_t srcoff, uint32_t dstoff, argument
53 dst, dstoff, dd, dp, dh, dx, dy);
58 dst, dstoff, dd, dp, dh, dx, dy);
63 dst, dstoff, dd, dp, dh, dx, dy);
68 dst, dstoff, dd, dp, dh, dx, dy);
72 dst, dstoff, dd, dp, dh, dx, dy);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_exa.c76 int dstoff = exaGetPixmapOffset(pDstPixmap); local in function:Pm3PrepareCopy
107 GLINT_WRITE_REG(dstoff, PM3FBWriteBufferAddr0);
109 GLINT_WRITE_REG(dstoff, PM3FBDestReadBufferAddr0);
H A Dpm2_exa.c144 int dstoff = exaGetPixmapOffset(pDstPixmap); local in function:Pm2Copy
151 dstY += dstoff / pitch;
555 uint32_t dstoff, dstpitch; local in function:Pm2Composite
558 dstoff = exaGetPixmapOffset(pDst);
560 dstY += dstoff / dstpitch;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_exa.c68 uint32_t dstpitch, dstoff, srcpitch, srcoff; local in function:NvPrepareCopy
77 dstoff = exaGetPixmapOffset(pDstPixmap);
86 NVDmaNext (pNv, dstoff);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c282 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
298 PUSH_DATAh(push, dst->offset + dstoff);
299 PUSH_DATA (push, dst->offset + dstoff);
311 dstoff += bytes;
320 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
335 PUSH_DATAh(push, dst->offset + dstoff);
336 PUSH_DATA (push, dst->offset + dstoff);
281 nvc0_m2mf_copy_linear(struct nouveau_context * nv,struct nouveau_bo * dst,unsigned dstoff,unsigned dstdom,struct nouveau_bo * src,unsigned srcoff,unsigned srcdom,unsigned size) argument
319 nve4_m2mf_copy_linear(struct nouveau_context * nv,struct nouveau_bo * dst,unsigned dstoff,unsigned dstdom,struct nouveau_bo * src,unsigned srcoff,unsigned srcdom,unsigned size) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c282 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
298 PUSH_DATAh(push, dst->offset + dstoff);
299 PUSH_DATA (push, dst->offset + dstoff);
311 dstoff += bytes;
320 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
335 PUSH_DATAh(push, dst->offset + dstoff);
336 PUSH_DATA (push, dst->offset + dstoff);
281 nvc0_m2mf_copy_linear(struct nouveau_context * nv,struct nouveau_bo * dst,unsigned dstoff,unsigned dstdom,struct nouveau_bo * src,unsigned srcoff,unsigned srcdom,unsigned size) argument
319 nve4_m2mf_copy_linear(struct nouveau_context * nv,struct nouveau_bo * dst,unsigned dstoff,unsigned dstdom,struct nouveau_bo * src,unsigned srcoff,unsigned srcdom,unsigned size) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c204 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
226 PUSH_DATAh(push, dst->offset + dstoff);
229 PUSH_DATA (push, dst->offset + dstoff);
237 dstoff += bytes;
203 nv50_m2mf_copy_linear(struct nouveau_context * nv,struct nouveau_bo * dst,unsigned dstoff,unsigned dstdom,struct nouveau_bo * src,unsigned srcoff,unsigned srcdom,unsigned size) argument
H A Dnv50_context.h284 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_accel.c153 int dstoff = exaGetPixmapOffset(pDstPixmap); local in function:NGLECopy
159 NGLEWrite4(fPtr, NGLE_REG_25, (xd << 16) | (yd + (dstoff / dstpitch)));
H A Dsummit_accel.c126 int dstoff = exaGetPixmapOffset(pDstPixmap); local in function:SummitPrepareCopy
134 DBGMSG(X_ERROR, "%s %d %d\n", __func__, srcoff, dstoff);
144 y = (dstoff >> 13); /* pitch is 8192 bytes in 24 bit */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h329 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
H A Dnv50_transfer.c330 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
352 PUSH_DATAh(push, dst->offset + dstoff);
355 PUSH_DATA (push, dst->offset + dstoff);
363 dstoff += bytes;
329 nv50_m2mf_copy_linear(struct nouveau_context * nv,struct nouveau_bo * dst,unsigned dstoff,unsigned dstdom,struct nouveau_bo * src,unsigned srcoff,unsigned srcdom,unsigned size) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c503 int src1off = 0, dstoff = 0; local in function:print_instr_cat6_a3xx
728 dstoff = cat6->c.off;
751 if (dstoff)
752 fprintf(ctx->out, "%+d", dstoff);

Completed in 30 milliseconds