Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.h64 struct nouveau_pushbuf *bsp_pushbuf, *vp_pushbuf; member
Dnv84_video.c250 nouveau_pushbuf_del(&dec->bsp_pushbuf); in nv84_decoder_destroy()
339 32 * 1024, true, &dec->bsp_pushbuf); in nv84_create_decoder()
362 bsp_push = dec->bsp_pushbuf; in nv84_create_decoder()
Dnv84_video_bsp.c98 struct nouveau_pushbuf *push = dec->bsp_pushbuf; in nv84_decoder_bsp()