Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dshared.c101 simple_mtx_init(&shared->ShaderIncludeMutex, mtx_plain); in _mesa_alloc_shared_state()
451 simple_mtx_destroy(&shared->ShaderIncludeMutex); in free_shared_state()
Dshaderapi.c3543 simple_mtx_lock(&ctx->Shared->ShaderIncludeMutex); in _mesa_NamedStringARB()
3572 simple_mtx_unlock(&ctx->Shared->ShaderIncludeMutex); in _mesa_NamedStringARB()
3598 simple_mtx_lock(&ctx->Shared->ShaderIncludeMutex); in _mesa_DeleteNamedStringARB()
3603 simple_mtx_unlock(&ctx->Shared->ShaderIncludeMutex); in _mesa_DeleteNamedStringARB()
3623 simple_mtx_lock(&ctx->Shared->ShaderIncludeMutex); in _mesa_CompileShaderIncludeARB()
3667 simple_mtx_unlock(&ctx->Shared->ShaderIncludeMutex); in _mesa_CompileShaderIncludeARB()
Dmtypes.h2501 simple_mtx_t ShaderIncludeMutex; member
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2749 - mesa: use simple_mtx_t for ShaderIncludeMutex