Home
last modified time | relevance | path

Searched refs:bo_unref (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/radeon/
Dradeon_bo_gem.c125 static struct radeon_bo *bo_unref(struct radeon_bo_int *boi) in bo_unref() function
273 .bo_unref = bo_unref,
Dradeon_bo_int.h32 struct radeon_bo *(*bo_unref)(struct radeon_bo_int *bo); member
Dradeon_bo.c67 return boi->bom->funcs->bo_unref(boi); in radeon_bo_unref()