Lines Matching defs:pNv
138 NVPtr pNv = NVPTR(pScrn);
139 struct nouveau_pushbuf *push = pNv->pushbuf;
184 NV40EXAPictSolid(NVPtr pNv, PicturePtr pPict, int unit)
186 struct nouveau_pushbuf *push = pNv->pushbuf;
188 PUSH_DATAu(push, pNv->scratch, SOLID(unit), 2);
192 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), pNv->scratch, SOLID(unit),
234 NV40EXAPictGradient(NVPtr pNv, PicturePtr pPict, int unit)
240 NV40EXAPictTexture(NVPtr pNv, PixmapPtr pPix, PicturePtr pPict, int unit)
243 struct nouveau_pushbuf *push = pNv->pushbuf;
337 NV40EXAPicture(NVPtr pNv, PixmapPtr ppix, PicturePtr ppict, int unit)
340 return NV40EXAPictTexture(pNv, ppix, ppict, unit);
344 return NV40EXAPictSolid(pNv, ppict, unit);
346 return NV40EXAPictGradient(pNv, ppict, unit);
357 NVPtr pNv = NVPTR(pScrn);
358 struct nouveau_pushbuf *push = pNv->pushbuf;
460 NVPtr pNv = NVPTR(pScrn);
462 struct nouveau_pushbuf *push = pNv->pushbuf;
474 !NV40EXAPicture(pNv, psPix, psPict, 0))
478 if (!NV40EXAPicture(pNv, pmPix, pmPict, 1))
500 PUSH_MTHD (push, NV30_3D(FP_ACTIVE_PROGRAM), pNv->scratch, fragprog,
516 nouveau_pushbuf_bufctx(push, pNv->bufctx);
541 NVPtr pNv = NVPTR(pScrn);
542 struct nouveau_pushbuf *push = pNv->pushbuf;
576 NVPtr pNv = NVPTR(pScrn);
577 struct nouveau_pushbuf *push = pNv->pushbuf;
578 struct nv04_fifo *fifo = pNv->channel->data;
582 NVXVComputeBicubicFilter(pNv->scratch, XV_TABLE, XV_TABLE_SIZE);
584 chipset = pNv->dev->chipset;
601 if (nouveau_object_new(pNv->channel, Nv3D, class, NULL, 0, &pNv->Nv3D))
608 PUSH_DATA (push, pNv->Nv3D->handle);
610 PUSH_DATA (push, pNv->notify0->handle);
780 PUSH_DATAu(push, pNv->scratch, PFP_PASS, 1 * 4);
786 PUSH_DATAu(push, pNv->scratch, PFP_S, 2 * 4);
796 PUSH_DATAu(push, pNv->scratch, PFP_S_A8, 2 * 4);
806 PUSH_DATAu(push, pNv->scratch, PFP_C, 3 * 4);
820 PUSH_DATAu(push, pNv->scratch, PFP_C_A8, 3 * 4);
834 PUSH_DATAu(push, pNv->scratch, PFP_CCA, 3 * 4);
848 PUSH_DATAu(push, pNv->scratch, PFP_CCASA, 3 * 4);
862 PUSH_DATAu(push, pNv->scratch, PFP_NV12_BILINEAR, 8 * 4);
897 PUSH_DATAu(push, pNv->scratch, PFP_NV12_BICUBIC, 29 * 4);