Home
last modified time | relevance | path

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

/external/libdrm/nouveau/
Dnouveau-symbol-check14 nouveau_bo_name_get
Dnouveau.h144 int nouveau_bo_name_get(struct nouveau_bo *, uint32_t *name);
Dnouveau.c758 nouveau_bo_name_get(struct nouveau_bo *bo, uint32_t *name) in nouveau_bo_name_get() function
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c131 return nouveau_bo_name_get(bo, &whandle->handle) == 0; in nouveau_screen_bo_get_handle()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c302 ret = nouveau_bo_name_get(s->bo, &old_name); in nouveau_update_renderbuffers()