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.h130 nouveau_screen_bo_from_handle(struct pipe_screen *pscreen,
Dnouveau_screen.c85 nouveau_screen_bo_from_handle(struct pipe_screen *pscreen, in nouveau_screen_bo_from_handle() function
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c420 mt->base.bo = nouveau_screen_bo_from_handle(pscreen, whandle, &stride); in nv50_miptree_from_handle()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c480 mt->base.bo = nouveau_screen_bo_from_handle(pscreen, handle, &stride); in nv30_miptree_from_handle()