Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c529 mtx_lock(&sscreen->aux_context_lock); in si_screen_clear_buffer()
532 mtx_unlock(&sscreen->aux_context_lock); in si_screen_clear_buffer()
Dr600_texture.c392 mtx_lock(&sscreen->aux_context_lock); in r600_eliminate_fast_color_clear()
398 mtx_unlock(&sscreen->aux_context_lock); in r600_eliminate_fast_color_clear()
478 mtx_lock(&sscreen->aux_context_lock); in si_texture_disable_dcc()
485 mtx_unlock(&sscreen->aux_context_lock); in si_texture_disable_dcc()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1339 (void) mtx_init(&rscreen->aux_context_lock, mtx_plain); in r600_common_screen_init()
1401 mtx_destroy(&rscreen->aux_context_lock); in r600_destroy_common_screen()
1428 mtx_lock(&rscreen->aux_context_lock); in r600_screen_clear_buffer()
1431 mtx_unlock(&rscreen->aux_context_lock); in r600_screen_clear_buffer()
Dr600_pipe_common.h359 mtx_t aux_context_lock; member
Dr600_texture.c324 mtx_lock(&rscreen->aux_context_lock); in r600_eliminate_fast_color_clear()
330 mtx_unlock(&rscreen->aux_context_lock); in r600_eliminate_fast_color_clear()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c514 mtx_destroy(&sscreen->aux_context_lock); in si_destroy_screen()
711 (void) mtx_init(&sscreen->aux_context_lock, mtx_plain); in radeonsi_screen_create()
Dsi_pipe.h136 mtx_t aux_context_lock; member