OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsp_bufctx
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.h
65
struct nouveau_bufctx *
bsp_bufctx
, *vp_bufctx;
member in struct:nv84_decoder
nv84_video.c
249
nouveau_bufctx_del(&dec->
bsp_bufctx
);
343
ret = nouveau_bufctx_new(dec->client, 1, &dec->
bsp_bufctx
);
443
nouveau_pushbuf_bufctx(bsp_push, dec->
bsp_bufctx
);
444
nouveau_bufctx_refn(dec->
bsp_bufctx
, 0,
446
nouveau_bufctx_refn(dec->
bsp_bufctx
, 0,
Completed in 225 milliseconds