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.c63 static mtx_t resource_list_mutex = _MTX_INITIALIZER_NP; variable
294 mtx_lock(&resource_list_mutex); in llvmpipe_resource_create_all()
296 mtx_unlock(&resource_list_mutex); in llvmpipe_resource_create_all()
423 mtx_lock(&resource_list_mutex); in llvmpipe_resource_from_memobj()
425 mtx_unlock(&resource_list_mutex); in llvmpipe_resource_from_memobj()
462 mtx_lock(&resource_list_mutex); in llvmpipe_resource_destroy()
465 mtx_unlock(&resource_list_mutex); in llvmpipe_resource_destroy()
602 mtx_lock(&resource_list_mutex); in llvmpipe_resource_from_handle()
604 mtx_unlock(&resource_list_mutex); in llvmpipe_resource_from_handle()
660 mtx_lock(&resource_list_mutex); in llvmpipe_resource_from_user_memory()
[all …]