Searched refs:nouveau_pushbuf_new (Results 1 - 7 of 7) sorted by relevance
/third_party/libdrm/nouveau/ |
H A D | nouveau.h | 209 int nouveau_pushbuf_new(struct nouveau_client *, struct nouveau_object *chan,
|
H A D | pushbuf.c | 539 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, in nouveau_pushbuf_new() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.c | 304 ret = nouveau_pushbuf_new(screen->client, screen->channel, in nouveau_screen_init()
|
H A D | nouveau_video.c | 535 ret = nouveau_pushbuf_new(dec->client, dec->chan, 2, 4096, 1, &dec->push); in nouveau_create_decoder()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video.c | 123 ret = nouveau_pushbuf_new(nv50->base.client, dec->channel[0], 4, in nv98_create_decoder()
|
H A 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()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video.c | 164 ret = nouveau_pushbuf_new(nvc0->base.client, dec->channel[i], 4, in nvc0_create_decoder()
|
Completed in 6 milliseconds