Searched refs:TexMutex (Results 1 – 4 of 4) sorted by relevance
109 mtx_lock(&ctx->Shared->TexMutex); in _mesa_lock_texture()118 mtx_unlock(&ctx->Shared->TexMutex); in _mesa_unlock_texture()
129 mtx_init(&shared->TexMutex, mtx_recursive); in _mesa_alloc_shared_state()452 mtx_destroy(&shared->TexMutex); in free_shared_state()
2196 mtx_lock(&ctx->Shared->TexMutex); in _mesa_lock_context_textures()2209 mtx_unlock(&ctx->Shared->TexMutex); in _mesa_unlock_context_textures()
3341 mtx_t TexMutex; /**< texobj thread safety */ member