Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c64 static mtx_t resource_list_mutex = _MTX_INITIALIZER_NP; variable
295 mtx_lock(&resource_list_mutex); in llvmpipe_resource_create_all()
297 mtx_unlock(&resource_list_mutex); in llvmpipe_resource_create_all()
424 mtx_lock(&resource_list_mutex); in llvmpipe_resource_from_memobj()
426 mtx_unlock(&resource_list_mutex); in llvmpipe_resource_from_memobj()
463 mtx_lock(&resource_list_mutex); in llvmpipe_resource_destroy()
466 mtx_unlock(&resource_list_mutex); in llvmpipe_resource_destroy()
603 mtx_lock(&resource_list_mutex); in llvmpipe_resource_from_handle()
605 mtx_unlock(&resource_list_mutex); in llvmpipe_resource_from_handle()
1025 mtx_lock(&resource_list_mutex); in llvmpipe_print_resources()
[all …]