Home
last modified time | relevance | path

Searched refs:emitClipRect (Results 1 – 5 of 5) sorted by relevance

/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Dvia_3d.h114 void (*emitClipRect) (struct _Via3DState * v3d, ViaCommandBuffer * cb, member
H A Dvia_exa_h2.c498 v3d->emitClipRect(v3d, &pVia->cb, 0, 0, pDst->drawable.width, in viaExaPrepareComposite_H2()
552 v3d->emitClipRect(v3d, &pVia->cb, dstX, dstY, w, h); in viaAccelTextureBlit()
H A Dvia_exa_h6.c511 v3d->emitClipRect(v3d, &pVia->cb, 0, 0, pDst->drawable.width, in viaExaPrepareComposite_H6()
H A Dvia_3d.c564 v3d->emitClipRect = via3DEmitClipRect; in viaInit3DState()
H A Dvia_exa.c753 v3d->emitClipRect(v3d, &pVia->cb, 0, 0, pDst->drawable.width, in viaExaTexUploadToScreen()