Searched refs:nouveau_bufctx_new (Results 1 – 9 of 9) sorted by relevance
/external/libdrm/nouveau/ |
D | nouveau-symbol-check | 24 nouveau_bufctx_new
|
D | bufctx.c | 62 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new() function
|
D | nouveau.h | 179 int nouveau_bufctx_new(struct nouveau_client *, int bins,
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 291 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()
|
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()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 375 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/ |
D | nv30_context.c | 230 ret = nouveau_bufctx_new(nv30->base.client, 64, &nv30->bufctx); in nv30_context_create()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.c | 168 ret = nouveau_bufctx_new(nctx->hw.client, 16, &nctx->hw.bufctx); in nouveau_context_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 538 ret = nouveau_bufctx_new(dec->client, NV31_VIDEO_BIND_COUNT, &dec->bufctx); in nouveau_create_decoder()
|