Searched refs:bsp_push (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 270 struct nouveau_pushbuf *bsp_push, *vp_push; local in function:nv84_create_decoder 362 bsp_push = dec->bsp_pushbuf; 443 nouveau_pushbuf_bufctx(bsp_push, dec->bsp_bufctx); 508 PUSH_SPACE(bsp_push, 2 + 12 + 2 + 4 + 3); 510 BEGIN_NV04(bsp_push, SUBC_BSP(NV01_SUBCHAN_OBJECT), 1); 511 PUSH_DATA (bsp_push, dec->bsp->handle); 513 BEGIN_NV04(bsp_push, SUBC_BSP(0x180), 11); 515 PUSH_DATA(bsp_push, nv04_data.vram); 516 BEGIN_NV04(bsp_push, SUBC_BSP(0x1b8), 1); 517 PUSH_DATA (bsp_push, nv04_dat [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 270 struct nouveau_pushbuf *bsp_push, *vp_push; local in function:nv84_create_decoder 362 bsp_push = dec->bsp_pushbuf; 443 nouveau_pushbuf_bufctx(bsp_push, dec->bsp_bufctx); 508 PUSH_SPACE(bsp_push, 2 + 12 + 2 + 4 + 3); 510 BEGIN_NV04(bsp_push, SUBC_BSP(NV01_SUBCHAN_OBJECT), 1); 511 PUSH_DATA (bsp_push, dec->bsp->handle); 513 BEGIN_NV04(bsp_push, SUBC_BSP(0x180), 11); 515 PUSH_DATA(bsp_push, nv04_data.vram); 516 BEGIN_NV04(bsp_push, SUBC_BSP(0x1b8), 1); 517 PUSH_DATA (bsp_push, nv04_dat [all...] |
Completed in 4 milliseconds