Home
last modified time | relevance | path

Searched refs:nouveau_bufctx_new (Results 1 – 9 of 9) sorted by relevance

/external/libdrm/nouveau/
Dnouveau-symbol-check24 nouveau_bufctx_new
Dbufctx.c62 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new() function
Dnouveau.h179 int nouveau_bufctx_new(struct nouveau_client *, int bins,
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c291 ret = nouveau_bufctx_new(screen->base.client, 2, &nv50->bufctx); in nv50_create()
293 ret = nouveau_bufctx_new(screen->base.client, NV50_BIND_3D_COUNT, in nv50_create()
296 ret = nouveau_bufctx_new(screen->base.client, NV50_BIND_CP_COUNT, in nv50_create()
Dnv84_video.c343 ret = nouveau_bufctx_new(dec->client, 1, &dec->bsp_bufctx); in nv84_create_decoder()
358 ret = nouveau_bufctx_new(dec->client, 1, &dec->vp_bufctx); in nv84_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c375 ret = nouveau_bufctx_new(screen->base.client, 2, &nvc0->bufctx); in nvc0_create()
377 ret = nouveau_bufctx_new(screen->base.client, NVC0_BIND_3D_COUNT, in nvc0_create()
380 ret = nouveau_bufctx_new(screen->base.client, NVC0_BIND_CP_COUNT, in nvc0_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.c230 ret = nouveau_bufctx_new(nv30->base.client, 64, &nv30->bufctx); in nv30_context_create()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c168 ret = nouveau_bufctx_new(nctx->hw.client, 16, &nctx->hw.bufctx); in nouveau_context_init()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c538 ret = nouveau_bufctx_new(dec->client, NV31_VIDEO_BIND_COUNT, &dec->bufctx); in nouveau_create_decoder()