Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexobj.h109 mtx_lock(&ctx->Shared->TexMutex); in _mesa_lock_texture()
118 mtx_unlock(&ctx->Shared->TexMutex); in _mesa_unlock_texture()
Dshared.c129 mtx_init(&shared->TexMutex, mtx_recursive); in _mesa_alloc_shared_state()
452 mtx_destroy(&shared->TexMutex); in free_shared_state()
Dtexobj.c2196 mtx_lock(&ctx->Shared->TexMutex); in _mesa_lock_context_textures()
2209 mtx_unlock(&ctx->Shared->TexMutex); in _mesa_unlock_context_textures()
Dmtypes.h3341 mtx_t TexMutex; /**< texobj thread safety */ member