Home
last modified time | relevance | path

Searched refs:global_bufmgr_list_mutex (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c183 static mtx_t global_bufmgr_list_mutex = _MTX_INITIALIZER_NP; variable
1907 mtx_lock(&global_bufmgr_list_mutex); in iris_bufmgr_unref()
1912 mtx_unlock(&global_bufmgr_list_mutex); in iris_bufmgr_unref()
1930 mtx_lock(&global_bufmgr_list_mutex); in iris_bufmgr_get_for_fd()
1948 mtx_unlock(&global_bufmgr_list_mutex); in iris_bufmgr_get_for_fd()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c186 static mtx_t global_bufmgr_list_mutex = _MTX_INITIALIZER_NP; variable
1378 mtx_lock(&global_bufmgr_list_mutex); in brw_bufmgr_unref()
1384 mtx_unlock(&global_bufmgr_list_mutex); in brw_bufmgr_unref()
1936 mtx_lock(&global_bufmgr_list_mutex); in brw_bufmgr_get_for_fd()
1954 mtx_unlock(&global_bufmgr_list_mutex); in brw_bufmgr_get_for_fd()