Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c270 struct nouveau_pushbuf *bsp_push, *vp_push; in nv84_create_decoder() local
362 bsp_push = dec->bsp_pushbuf; in nv84_create_decoder()
443 nouveau_pushbuf_bufctx(bsp_push, dec->bsp_bufctx); in nv84_create_decoder()
508 PUSH_SPACE(bsp_push, 2 + 12 + 2 + 4 + 3); in nv84_create_decoder()
510 BEGIN_NV04(bsp_push, SUBC_BSP(NV01_SUBCHAN_OBJECT), 1); in nv84_create_decoder()
511 PUSH_DATA (bsp_push, dec->bsp->handle); in nv84_create_decoder()
513 BEGIN_NV04(bsp_push, SUBC_BSP(0x180), 11); in nv84_create_decoder()
515 PUSH_DATA(bsp_push, nv04_data.vram); in nv84_create_decoder()
516 BEGIN_NV04(bsp_push, SUBC_BSP(0x1b8), 1); in nv84_create_decoder()
517 PUSH_DATA (bsp_push, nv04_data.vram); in nv84_create_decoder()
[all …]