Home
last modified time | relevance | path

Searched refs:_mesa_HashUnlockMutex (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/main/
Dhash.c117 _mesa_HashUnlockMutex(table); in _mesa_HashEnableNameReuse()
160 _mesa_HashUnlockMutex(table); in _mesa_HashLookup()
247 _mesa_HashUnlockMutex(table); in _mesa_HashInsert()
298 _mesa_HashUnlockMutex(table); in _mesa_HashRemove()
333 _mesa_HashUnlockMutex(table); in _mesa_HashDeleteAll()
370 _mesa_HashUnlockMutex(table2); in _mesa_HashWalk()
Dexternalobjects.c123 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_DeleteMemoryObjectsEXT()
175 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT()
186 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT()
609 _mesa_HashUnlockMutex(ctx->Shared->SemaphoreObjects); in _mesa_GenSemaphoresEXT()
649 _mesa_HashUnlockMutex(ctx->Shared->SemaphoreObjects); in _mesa_DeleteSemaphoresEXT()
Dhash.h149 _mesa_HashUnlockMutex(struct _mesa_HashTable *table) in _mesa_HashUnlockMutex() function
Dsamplerobj.c175 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in create_samplers()
184 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in create_samplers()
262 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in delete_samplers()
422 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in bind_samplers()
Dbufferobj.c1589 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in delete_buffers()
1645 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in create_buffers()
1655 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in create_buffers()
4113 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in bind_uniform_buffers()
4214 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in bind_shader_storage_buffers()
4396 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in bind_xfb_buffers()
4536 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in bind_atomic_buffers()
Dfbobject.c1592 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in bind_renderbuffer()
2067 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in create_render_buffers()
2814 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in _mesa_NamedRenderbufferStorageEXT()
2843 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in _mesa_NamedRenderbufferStorageMultisampleEXT()
2961 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in _mesa_GetNamedRenderbufferParameterivEXT()
3250 _mesa_HashUnlockMutex(ctx->Shared->FrameBuffers); in create_framebuffers()
3262 _mesa_HashUnlockMutex(ctx->Shared->FrameBuffers); in create_framebuffers()
Dshaderimage.c789 _mesa_HashUnlockMutex(ctx->Shared->TexObjects); in bind_image_textures()
Dtexobj.c1230 _mesa_HashUnlockMutex(ctx->Shared->TexObjects); in create_textures()
1239 _mesa_HashUnlockMutex(ctx->Shared->TexObjects); in create_textures()
2014 _mesa_HashUnlockMutex(ctx->Shared->TexObjects); in bind_textures()
Darbprogram.c241 _mesa_HashUnlockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB()
Datifragshader.c211 _mesa_HashUnlockMutex(ctx->Shared->ATIShaders); in _mesa_GenFragmentShadersATI()
Dshaderapi.c345 _mesa_HashUnlockMutex(ctx->Shared->ShaderObjects); in create_shader()
380 _mesa_HashUnlockMutex(ctx->Shared->ShaderObjects); in create_shader_program()
Dvarray.c3190 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in vertex_array_vertex_buffers()
Ddlist.c13719 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in _mesa_GenLists()