Searched refs:vp_push (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c270 struct nouveau_pushbuf *bsp_push, *vp_push; local in function:nv84_create_decoder
363 vp_push = dec->vp_pushbuf;
450 nouveau_pushbuf_bufctx(vp_push, dec->vp_bufctx);
530 PUSH_SPACE(vp_push, 2 + 12 + 2 + 4 + 3);
532 BEGIN_NV04(vp_push, SUBC_VP(NV01_SUBCHAN_OBJECT), 1);
533 PUSH_DATA (vp_push, dec->vp->handle);
535 BEGIN_NV04(vp_push, SUBC_VP(0x180), 11);
537 PUSH_DATA(vp_push, nv04_data.vram);
539 BEGIN_NV04(vp_push, SUBC_VP(0x1b8), 1);
540 PUSH_DATA (vp_push, nv04_dat
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c270 struct nouveau_pushbuf *bsp_push, *vp_push; local in function:nv84_create_decoder
363 vp_push = dec->vp_pushbuf;
450 nouveau_pushbuf_bufctx(vp_push, dec->vp_bufctx);
530 PUSH_SPACE(vp_push, 2 + 12 + 2 + 4 + 3);
532 BEGIN_NV04(vp_push, SUBC_VP(NV01_SUBCHAN_OBJECT), 1);
533 PUSH_DATA (vp_push, dec->vp->handle);
535 BEGIN_NV04(vp_push, SUBC_VP(0x180), 11);
537 PUSH_DATA(vp_push, nv04_data.vram);
539 BEGIN_NV04(vp_push, SUBC_VP(0x1b8), 1);
540 PUSH_DATA (vp_push, nv04_dat
[all...]

Completed in 4 milliseconds