Searched refs:TexMutex (Results 1 – 7 of 7) sorted by relevance
106 mtx_lock(&ctx->Shared->TexMutex); in _mesa_lock_texture()116 mtx_unlock(&ctx->Shared->TexMutex); in _mesa_unlock_texture()
58 mtx_lock(&ctx->Shared->TexMutex); in glthread_unmarshal_batch()69 mtx_unlock(&ctx->Shared->TexMutex); in glthread_unmarshal_batch()
131 mtx_init(&shared->TexMutex, mtx_recursive); in _mesa_alloc_shared_state()462 mtx_destroy(&shared->TexMutex); in free_shared_state()
2164 mtx_lock(&ctx->Shared->TexMutex); in _mesa_lock_context_textures()2179 mtx_unlock(&ctx->Shared->TexMutex); in _mesa_unlock_context_textures()
3390 mtx_t TexMutex; /**< texobj thread safety */ member
2077 - Revert "mesa: use simple_mtx_t for TexMutex"2748 - mesa: use simple_mtx_t for TexMutex
2080 - mesa: lock Shared->TexMutex only once for a glthread batch