Home
last modified time | relevance | path

Searched refs:aux_context_lock (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A 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()
H A Dr600_pipe_common.h348 mtx_t aux_context_lock; member
H A 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/src/gallium/drivers/radeonsi/
H A 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()
H A Dsi_pipe.h604 mtx_t aux_context_lock; member

Completed in 14 milliseconds