Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c1272 pipe_mutex_init(rscreen->aux_context_lock); in r600_common_screen_init()
1320 pipe_mutex_destroy(rscreen->aux_context_lock); in r600_destroy_common_screen()
1361 pipe_mutex_lock(rscreen->aux_context_lock); in r600_screen_clear_buffer()
1364 pipe_mutex_unlock(rscreen->aux_context_lock); in r600_screen_clear_buffer()
Dr600_texture.c313 pipe_mutex_lock(rscreen->aux_context_lock); in r600_eliminate_fast_color_clear()
319 pipe_mutex_unlock(rscreen->aux_context_lock); in r600_eliminate_fast_color_clear()
402 pipe_mutex_lock(rscreen->aux_context_lock); in r600_texture_disable_dcc()
409 pipe_mutex_unlock(rscreen->aux_context_lock); in r600_texture_disable_dcc()
Dr600_pipe_common.h384 pipe_mutex aux_context_lock; member