Home
last modified time | relevance | path

Searched refs:aux_context_lock (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c937 mtx_unlock(&sscreen->aux_context_lock); in si_destroy_screen()
939 mtx_destroy(&sscreen->aux_context_lock); in si_destroy_screen()
1195 (void)mtx_init(&sscreen->aux_context_lock, mtx_recursive); in radeonsi_screen_create_impl()
1484 mtx_lock(&sscreen->aux_context_lock); in si_get_aux_context()
1492 mtx_unlock(&sscreen->aux_context_lock); in si_put_aux_context_flush()
Dsi_pipe.h604 mtx_t aux_context_lock; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1276 (void) mtx_init(&rscreen->aux_context_lock, mtx_plain); in r600_common_screen_init()
1432 mtx_destroy(&rscreen->aux_context_lock); in r600_destroy_common_screen()
1459 mtx_lock(&rscreen->aux_context_lock); in r600_screen_clear_buffer()
1462 mtx_unlock(&rscreen->aux_context_lock); in r600_screen_clear_buffer()
Dr600_pipe_common.h348 mtx_t aux_context_lock; member
Dr600_texture.c323 mtx_lock(&rscreen->aux_context_lock); in r600_eliminate_fast_color_clear()
329 mtx_unlock(&rscreen->aux_context_lock); in r600_eliminate_fast_color_clear()
/third_party/mesa3d/docs/relnotes/
D20.1.10.rst87 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.
D20.2.1.rst122 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.
D20.3.0.rst3489 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.