Home
last modified time | relevance | path

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

/third_party/libdrm/nouveau/
Dnouveau-symbols.txt2 nouveau_bo_name_get
Dnouveau.h144 int nouveau_bo_name_get(struct nouveau_bo *, uint32_t *name);
Dnouveau.c767 nouveau_bo_name_get(struct nouveau_bo *bo, uint32_t *name) in nouveau_bo_name_get() function
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c143 return nouveau_bo_name_get(bo, &whandle->handle) == 0; in nouveau_screen_bo_get_handle()