Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshared.c97 mtx_init(&shared->ShaderIncludeMutex, mtx_plain); in _mesa_alloc_shared_state()
439 mtx_destroy(&shared->ShaderIncludeMutex); in free_shared_state()
Dshaderapi.c3496 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()
Dmtypes.h3383 mtx_t ShaderIncludeMutex; member