Home
last modified time | relevance | path

Searched refs:nouveau_bufctx_new (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c319 ret = nouveau_bufctx_new(nv50->base.client, 2, &nv50->bufctx); in nv50_create()
321 ret = nouveau_bufctx_new(nv50->base.client, NV50_BIND_3D_COUNT, in nv50_create()
324 ret = nouveau_bufctx_new(nv50->base.client, NV50_BIND_CP_COUNT, in nv50_create()
H A 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()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c431 ret = nouveau_bufctx_new(nvc0->base.client, 2, &nvc0->bufctx); in nvc0_create()
433 ret = nouveau_bufctx_new(nvc0->base.client, NVC0_BIND_3D_COUNT, in nvc0_create()
436 ret = nouveau_bufctx_new(nvc0->base.client, NVC0_BIND_CP_COUNT, in nvc0_create()
/third_party/libdrm/nouveau/
H A Dbufctx.c62 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new() function
H A Dnouveau.h179 int nouveau_bufctx_new(struct nouveau_client *, int bins,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c228 ret = nouveau_bufctx_new(nv30->base.client, 64, &nv30->bufctx); in nv30_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c538 ret = nouveau_bufctx_new(dec->client, NV31_VIDEO_BIND_COUNT, &dec->bufctx); in nouveau_create_decoder()

Completed in 7 milliseconds