Home
last modified time | relevance | path

Searched refs:nouveau_pushbuf_new (Results 1 – 10 of 10) sorted by relevance

/external/libdrm/nouveau/
Dnouveau-symbols.txt35 nouveau_pushbuf_new
Dnouveau.h209 int nouveau_pushbuf_new(struct nouveau_client *, struct nouveau_object *chan,
Dpushbuf.c532 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, in nouveau_pushbuf_new() function
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c296 ret = nouveau_pushbuf_new(screen->client, screen->channel, in nouveau_screen_init()
Dnouveau_video.c535 ret = nouveau_pushbuf_new(dec->client, dec->chan, 2, 4096, 1, &dec->push); in nouveau_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c122 ret = nouveau_pushbuf_new(screen->client, dec->channel[0], 4, in nv98_create_decoder()
Dnv84_video.c338 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/
Dnouveau_context.c161 ret = nouveau_pushbuf_new(nctx->hw.client, nctx->hw.chan, 4, in nouveau_context_init()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c163 ret = nouveau_pushbuf_new(screen->client, dec->channel[i], 4, in nvc0_create_decoder()
/external/igt-gpu-tools/tests/
Dprime_nv_pcopy.c250 igt_assert(nouveau_pushbuf_new(nclient, nchannel, 4, 32 * 1024, in init_nouveau()