Home
last modified time | relevance | path

Searched refs:nouveau_screen_bo_from_handle (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.h58 nouveau_screen_bo_from_handle(struct pipe_screen *pscreen,
Dnouveau_screen.c81 nouveau_screen_bo_from_handle(struct pipe_screen *pscreen, in nouveau_screen_bo_from_handle() function
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_miptree.c324 mt->base.bo = nouveau_screen_bo_from_handle(pscreen, whandle, &stride); in nv50_miptree_from_handle()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_miptree.c377 mt->base.bo = nouveau_screen_bo_from_handle(pscreen, handle, &stride); in nv30_miptree_from_handle()