Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dshared.c99 simple_mtx_init(&shared->ShaderIncludeMutex, mtx_plain); in _mesa_alloc_shared_state()
449 simple_mtx_destroy(&shared->ShaderIncludeMutex); in free_shared_state()
Dshaderapi.c3580 simple_mtx_lock(&ctx->Shared->ShaderIncludeMutex); in _mesa_NamedStringARB()
3609 simple_mtx_unlock(&ctx->Shared->ShaderIncludeMutex); in _mesa_NamedStringARB()
3635 simple_mtx_lock(&ctx->Shared->ShaderIncludeMutex); in _mesa_DeleteNamedStringARB()
3640 simple_mtx_unlock(&ctx->Shared->ShaderIncludeMutex); in _mesa_DeleteNamedStringARB()
3660 simple_mtx_lock(&ctx->Shared->ShaderIncludeMutex); in _mesa_CompileShaderIncludeARB()
3704 simple_mtx_unlock(&ctx->Shared->ShaderIncludeMutex); in _mesa_CompileShaderIncludeARB()
Dmtypes.h3445 simple_mtx_t ShaderIncludeMutex; member
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2749 - mesa: use simple_mtx_t for ShaderIncludeMutex