Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c128 bo_free(struct v3dv_device *device, in bo_free() function
171 bo_free(device, bo); in bo_cache_free_all()
436 bo_free(device, bo); in free_stale_bos()
469 return bo_free(device, bo); in v3dv_bo_free()
477 bool outcome = bo_free(device, bo); in v3dv_bo_free()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c195 static void bo_free(struct brw_bo *bo);
504 bo_free(bo); in brw_bo_cache_purge_bucket()
595 bo_free(bo); in bo_alloc_internal()
601 bo_free(bo); in bo_alloc_internal()
608 bo_free(bo); in bo_alloc_internal()
691 bo_free(bo); in bo_alloc_internal()
839 bo_free(bo); in brw_bo_gem_create_from_name()
845 bo_free(struct brw_bo *bo) in bo_free() function
908 bo_free(bo); in cleanup_bo_cache()
941 bo_free(bo); in bo_unreference_final()
[all …]
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c192 static void bo_free(struct iris_bo *bo);
417 bo_free(cur); in alloc_bo_from_cache()
454 bo_free(bo); in alloc_bo_from_cache()
497 bo_free(bo); in alloc_fresh_bo()
587 bo_free(bo); in bo_alloc_internal()
742 bo_free(bo); in iris_bo_gem_create_from_name()
794 bo_free(struct iris_bo *bo) in bo_free() function
839 bo_free(bo); in cleanup_bo_cache()
875 bo_free(bo); in bo_unreference_final()
1318 bo_free(bo); in iris_bufmgr_destroy()
[all …]