Home
last modified time | relevance | path

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

/external/libdrm/nouveau/
Dnouveau-symbols.txt16 nouveau_client_new
Dnouveau.h90 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **);
Dnouveau.c536 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) in nouveau_client_new() function
/external/igt-gpu-tools/tests/
Dprime_nv_api.c371 igt_assert(nouveau_client_new(ndev, &nclient) >= 0);
376 igt_assert(nouveau_client_new(ndev2, &nclient2) >= 0);;
Dprime_nv_test.c370 igt_assert(nouveau_client_new(ndev, &nclient) == 0);
Dprime_nv_pcopy.c221 igt_assert(nouveau_client_new(ndev, &nclient) == 0); in init_nouveau()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c293 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.c154 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()