Searched refs:nouveau_pushbuf_new (Results 1 – 9 of 9) sorted by relevance
/external/libdrm/nouveau/ |
D | nouveau-symbol-check | 47 nouveau_pushbuf_new
|
D | nouveau.h | 209 int nouveau_pushbuf_new(struct nouveau_client *, struct nouveau_object *chan,
|
D | pushbuf.c | 532 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, in nouveau_pushbuf_new() function
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 220 ret = nouveau_pushbuf_new(screen->client, screen->channel, in nouveau_screen_init()
|
D | nouveau_video.c | 535 ret = nouveau_pushbuf_new(dec->client, dec->chan, 2, 4096, 1, &dec->push); in nouveau_create_decoder()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.c | 122 ret = nouveau_pushbuf_new(screen->client, dec->channel[0], 4, in nv98_create_decoder()
|
D | nv84_video.c | 338 ret = nouveau_pushbuf_new(dec->client, dec->bsp_channel, 4, in nv84_create_decoder() 353 ret = nouveau_pushbuf_new(dec->client, dec->vp_channel, 4, in nv84_create_decoder()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.c | 160 ret = nouveau_pushbuf_new(nctx->hw.client, nctx->hw.chan, 4, in nouveau_context_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.c | 163 ret = nouveau_pushbuf_new(screen->client, dec->channel[i], 4, in nvc0_create_decoder()
|