Home
last modified time | relevance | path

Searched refs:bo_handles_mutex (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c360 mtx_lock(&rws->bo_handles_mutex); in radeon_bo_destroy()
366 mtx_unlock(&rws->bo_handles_mutex); in radeon_bo_destroy()
715 mtx_lock(&rws->bo_handles_mutex); in radeon_create_bo()
721 mtx_unlock(&rws->bo_handles_mutex); in radeon_create_bo()
727 mtx_unlock(&rws->bo_handles_mutex); in radeon_create_bo()
1081 mtx_lock(&ws->bo_handles_mutex); in radeon_winsys_bo_create()
1083 mtx_unlock(&ws->bo_handles_mutex); in radeon_winsys_bo_create()
1121 mtx_lock(&ws->bo_handles_mutex); in radeon_winsys_bo_from_ptr()
1138 mtx_unlock(&ws->bo_handles_mutex); in radeon_winsys_bo_from_ptr()
1159 mtx_lock(&ws->bo_handles_mutex); in radeon_winsys_bo_from_ptr()
[all …]
Dradeon_drm_winsys.h85 mtx_t bo_handles_mutex; member
Dradeon_drm_winsys.c610 mtx_destroy(&ws->bo_handles_mutex); in radeon_winsys_destroy()
873 (void) mtx_init(&ws->bo_handles_mutex, mtx_plain); in radeon_drm_winsys_create()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c79 mtx_lock(&qdws->bo_handles_mutex); in virgl_hw_res_destroy()
86 mtx_unlock(&qdws->bo_handles_mutex); in virgl_hw_res_destroy()
95 mtx_unlock(&qdws->bo_handles_mutex); in virgl_hw_res_destroy()
137 mtx_destroy(&qdws->bo_handles_mutex); in virgl_drm_winsys_destroy()
492 mtx_lock(&qdws->bo_handles_mutex); in virgl_drm_winsys_resource_create_handle()
567 mtx_unlock(&qdws->bo_handles_mutex); in virgl_drm_winsys_resource_create_handle()
586 mtx_lock(&qdws->bo_handles_mutex); in virgl_drm_winsys_resource_set_type()
589 mtx_unlock(&qdws->bo_handles_mutex); in virgl_drm_winsys_resource_set_type()
620 mtx_unlock(&qdws->bo_handles_mutex); in virgl_drm_winsys_resource_set_type()
644 mtx_lock(&qdws->bo_handles_mutex); in virgl_drm_winsys_resource_get_handle()
[all …]
Dvirgl_drm_winsys.h101 mtx_t bo_handles_mutex; member
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_bufmgr.h100 mtx_lock(&screen->bo_handles_mutex); in vc4_bo_unreference()
110 mtx_unlock(&screen->bo_handles_mutex); in vc4_bo_unreference()
Dvc4_bufmgr.c387 mtx_lock(&screen->bo_handles_mutex); in vc4_bo_open_handle()
411 mtx_unlock(&screen->bo_handles_mutex); in vc4_bo_open_handle()
464 mtx_lock(&bo->screen->bo_handles_mutex); in vc4_bo_get_dmabuf()
467 mtx_unlock(&bo->screen->bo_handles_mutex); in vc4_bo_get_dmabuf()
Dvc4_screen.h91 mtx_t bo_handles_mutex; member
Dvc4_screen.c566 (void) mtx_init(&screen->bo_handles_mutex, mtx_plain); in vc4_screen_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_bufmgr.h96 mtx_lock(&screen->bo_handles_mutex); in v3d_bo_unreference()
104 mtx_unlock(&screen->bo_handles_mutex); in v3d_bo_unreference()
Dv3d_bufmgr.c332 mtx_lock(&screen->bo_handles_mutex); in v3d_bo_open_handle()
374 mtx_unlock(&screen->bo_handles_mutex); in v3d_bo_open_handle()
427 mtx_lock(&bo->screen->bo_handles_mutex); in v3d_bo_get_dmabuf()
430 mtx_unlock(&bo->screen->bo_handles_mutex); in v3d_bo_get_dmabuf()
Dv3d_screen.h76 mtx_t bo_handles_mutex; member
Dv3d_screen.c862 (void)mtx_init(&screen->bo_handles_mutex, mtx_plain); in v3d_screen_create()