Lines Matching defs:pNv
32 NV04EXASetPattern(NVPtr pNv, CARD32 clr0, CARD32 clr1, CARD32 pat0, CARD32 pat1)
34 struct nouveau_pushbuf *push = pNv->pushbuf;
37 PUSH_DATA (push, pNv->NvImagePattern->handle);
49 NVPtr pNv = NVPTR(pScrn);
50 struct nouveau_pushbuf *push = pNv->pushbuf;
58 NV04EXASetPattern(pNv, 0, planemask, ~0, ~0);
59 if (pNv->currentRop != (alu + 32)) {
61 PUSH_DATA (push, pNv->NvRop->handle);
64 pNv->currentRop = alu + 32;
67 if (pNv->currentRop != alu) {
68 if(pNv->currentRop >= 16)
69 NV04EXASetPattern(pNv, ~0, ~0, ~0, ~0);
71 PUSH_DATA (push, pNv->NvRop->handle);
74 pNv->currentRop = alu;
91 NVPtr pNv = NVPTR(pScrn);
92 struct nouveau_pushbuf *push = pNv->pushbuf;
131 nouveau_pushbuf_bufctx(push, pNv->bufctx);
137 pNv->fg_colour = fg;
145 NVPtr pNv = NVPTR(pScrn);
146 struct nouveau_pushbuf *push = pNv->pushbuf;
154 PUSH_DATA (push, pNv->fg_colour);
174 NVPtr pNv = NVPTR(pScrn);
175 struct nouveau_pushbuf *push = pNv->pushbuf;
202 nouveau_pushbuf_bufctx(push, pNv->bufctx);
208 pNv->pspix = pspix;
209 pNv->pmpix = NULL;
210 pNv->pdpix = pdpix;
219 NVPtr pNv = NVPTR(pScrn);
220 struct nouveau_pushbuf *push = pNv->pushbuf;
227 if ((width * height) >= 200000 && pNv->pspix != pNv->pdpix &&
252 pNv->pmpix = pdpix;
260 if (pNv->pmpix) {
265 pNv->pmpix = NULL;
283 NVPtr pNv = NVPTR(pScrn);
286 struct nouveau_pushbuf *push = pNv->pushbuf;
293 if (pNv->Architecture >= NV_TESLA)
327 PUSH_DATA (push, pNv->NvClipRectangle->handle);
341 nouveau_pushbuf_bufctx(push, pNv->bufctx);
386 NV04EXARectM2MF(NVPtr pNv, int w, int h, int cpp,
392 struct nv04_fifo *fifo = pNv->channel->data;
393 struct nouveau_pushbuf *push = pNv->pushbuf;