Searched refs:nouveau_bufctx_new (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.c | 319 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 D | nv84_video.c | 343 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 D | nvc0_context.c | 431 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 D | bufctx.c | 62 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new() function
|
H A D | nouveau.h | 179 int nouveau_bufctx_new(struct nouveau_client *, int bins,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_context.c | 228 ret = nouveau_bufctx_new(nv30->base.client, 64, &nv30->bufctx); in nv30_context_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.c | 538 ret = nouveau_bufctx_new(dec->client, NV31_VIDEO_BIND_COUNT, &dec->bufctx); in nouveau_create_decoder()
|
Completed in 7 milliseconds