Home
last modified time | relevance | path

Searched refs:nouveau_client_new (Results 1 – 7 of 7) sorted by relevance

/external/libdrm/nouveau/
Dnouveau-symbol-check28 nouveau_client_new
Dnouveau.h90 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **);
Dnouveau.c540 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) in nouveau_client_new() function
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c192 ret = nouveau_client_new(screen->device, &screen->client); in nouveau_screen_init()
Dnouveau_video.c532 ret = nouveau_client_new(screen->device, &dec->client); in nouveau_create_decoder()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c155 ret = nouveau_client_new(context_dev(ctx), &nctx->hw.client); in nouveau_context_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c327 ret = nouveau_client_new(screen->device, &dec->client); in nv84_create_decoder()