Searched refs:ShaderIncludeMutex (Results 1 – 3 of 3) sorted by relevance
97 mtx_init(&shared->ShaderIncludeMutex, mtx_plain); in _mesa_alloc_shared_state()439 mtx_destroy(&shared->ShaderIncludeMutex); in free_shared_state()
3496 mtx_lock(&ctx->Shared->ShaderIncludeMutex); in _mesa_NamedStringARB()3525 mtx_unlock(&ctx->Shared->ShaderIncludeMutex); in _mesa_NamedStringARB()3551 mtx_lock(&ctx->Shared->ShaderIncludeMutex); in _mesa_DeleteNamedStringARB()3556 mtx_unlock(&ctx->Shared->ShaderIncludeMutex); in _mesa_DeleteNamedStringARB()3576 mtx_lock(&ctx->Shared->ShaderIncludeMutex); in _mesa_CompileShaderIncludeARB()3620 mtx_unlock(&ctx->Shared->ShaderIncludeMutex); in _mesa_CompileShaderIncludeARB()
3383 mtx_t ShaderIncludeMutex; member