Searched refs:async_compute_context_lock (Results 1 – 3 of 3) sorted by relevance
856 simple_mtx_lock(&sscreen->async_compute_context_lock); in si_create_context()867 simple_mtx_unlock(&sscreen->async_compute_context_lock); in si_create_context()1015 simple_mtx_destroy(&sscreen->async_compute_context_lock); in si_destroy_screen()1259 (void)simple_mtx_init(&sscreen->async_compute_context_lock, mtx_plain); in radeonsi_screen_create_impl()
1247 simple_mtx_lock(&sscreen->async_compute_context_lock); in si_blit()1256 simple_mtx_unlock(&sscreen->async_compute_context_lock); in si_blit()1260 simple_mtx_unlock(&sscreen->async_compute_context_lock); in si_blit()
573 simple_mtx_t async_compute_context_lock; member