Searched refs:vp_bufctx (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video.h | 65 struct nouveau_bufctx *bsp_bufctx, *vp_bufctx; member
|
D | nv84_video.c | 253 nouveau_bufctx_del(&dec->vp_bufctx); in nv84_decoder_destroy() 358 ret = nouveau_bufctx_new(dec->client, 1, &dec->vp_bufctx); in nv84_create_decoder() 450 nouveau_pushbuf_bufctx(vp_push, dec->vp_bufctx); in nv84_create_decoder() 451 nouveau_bufctx_refn(dec->vp_bufctx, 0, dec->vp_fw, in nv84_create_decoder() 453 nouveau_bufctx_refn(dec->vp_bufctx, 0, dec->vp_data, in nv84_create_decoder()
|