Searched refs:nouveau_bufctx_new (Results 1 – 8 of 8) sorted by relevance
/external/libdrm/nouveau/ |
D | nouveau-symbol-check | 24 nouveau_bufctx_new
|
D | bufctx.c | 66 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/nv50/ |
D | nv50_context.c | 133 ret = nouveau_bufctx_new(screen->base.client, NV50_BIND_COUNT, in nv50_create() 136 ret = nouveau_bufctx_new(screen->base.client, 2, &nv50->bufctx); in nv50_create()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_context.c | 134 ret = nouveau_bufctx_new(screen->base.client, NVC0_BIND_COUNT, in nvc0_create() 137 nouveau_bufctx_new(screen->base.client, 2, &nvc0->bufctx); in nvc0_create()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_context.c | 137 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 | 176 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 | 547 ret = nouveau_bufctx_new(dec->client, NV31_VIDEO_BIND_COUNT, &dec->bufctx); in nouveau_create_decoder()
|