Lines Matching refs:fence_mutex

335    pipe_mutex fence_mutex;  member
5854 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_free_sync_thread()
5857 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_free_sync_thread()
5863 pipe_mutex_destroy(vrend_state.fence_mutex); in vrend_free_sync_thread()
5898 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_free_fences_for_context()
5911 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_free_fences_for_context()
5949 pipe_mutex_lock(vrend_state.fence_mutex); in wait_sync()
5952 pipe_mutex_unlock(vrend_state.fence_mutex); in wait_sync()
5965 pipe_mutex_lock(vrend_state.fence_mutex); in thread_sync()
5970 pipe_condvar_wait(vrend_state.fence_cond, vrend_state.fence_mutex) != 0) { in thread_sync()
5980 pipe_mutex_unlock(vrend_state.fence_mutex); in thread_sync()
5982 pipe_mutex_lock(vrend_state.fence_mutex); in thread_sync()
5988 pipe_mutex_unlock(vrend_state.fence_mutex); in thread_sync()
6016 pipe_mutex_init(vrend_state.fence_mutex); in vrend_renderer_use_threaded_sync()
6024 pipe_mutex_destroy(vrend_state.fence_mutex); in vrend_renderer_use_threaded_sync()
9208 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_renderer_create_fence()
9211 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_renderer_create_fence()
9253 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_renderer_check_fences()
9270 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_renderer_check_fences()
11063 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_renderer_export_ctx0_fence()
11083 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_renderer_export_ctx0_fence()