Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dhash.c117 _mesa_HashUnlockMutex(table); in _mesa_HashEnableNameReuse()
159 _mesa_HashUnlockMutex(table); in _mesa_HashLookup()
246 _mesa_HashUnlockMutex(table); in _mesa_HashInsert()
299 _mesa_HashUnlockMutex(table); in _mesa_HashRemove()
338 _mesa_HashUnlockMutex(table); in _mesa_HashDeleteAll()
375 _mesa_HashUnlockMutex(table2); in _mesa_HashWalk()
Dhash.h152 _mesa_HashUnlockMutex(struct _mesa_HashTable *table) in _mesa_HashUnlockMutex() function
237 _mesa_HashUnlockMutex(table); in _mesa_HashUnlockMaybeLocked()
Dexternalobjects.c164 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_DeleteMemoryObjectsEXT()
216 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT()
227 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT()
792 _mesa_HashUnlockMutex(ctx->Shared->SemaphoreObjects); in _mesa_GenSemaphoresEXT()
832 _mesa_HashUnlockMutex(ctx->Shared->SemaphoreObjects); in _mesa_DeleteSemaphoresEXT()
Dsamplerobj.c189 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in create_samplers()
198 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in create_samplers()
276 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in delete_samplers()
437 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in bind_samplers()
Dglthread.c72 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in glthread_unmarshal_batch()
Dshaderobj.c265 _mesa_HashUnlockMutex(ctx->Shared->ShaderObjects); in _mesa_reference_shader_program_()
Dfbobject.c1786 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in bind_renderbuffer()
2261 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in create_render_buffers()
3012 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in _mesa_NamedRenderbufferStorageEXT()
3041 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in _mesa_NamedRenderbufferStorageMultisampleEXT()
3159 _mesa_HashUnlockMutex(ctx->Shared->RenderBuffers); in _mesa_GetNamedRenderbufferParameterivEXT()
3433 _mesa_HashUnlockMutex(ctx->Shared->FrameBuffers); in create_framebuffers()
3445 _mesa_HashUnlockMutex(ctx->Shared->FrameBuffers); in create_framebuffers()
Dtexobj.c1211 _mesa_HashUnlockMutex(ctx->Shared->TexObjects); in create_textures()
1220 _mesa_HashUnlockMutex(ctx->Shared->TexObjects); in create_textures()
1929 _mesa_HashUnlockMutex(ctx->Shared->TexObjects); in bind_textures()
Dshaderimage.c791 _mesa_HashUnlockMutex(ctx->Shared->TexObjects); in bind_image_textures()
Darbprogram.c245 _mesa_HashUnlockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB()
Datifragshader.c226 _mesa_HashUnlockMutex(ctx->Shared->ATIShaders); in _mesa_GenFragmentShadersATI()
Dshaderapi.c416 _mesa_HashUnlockMutex(ctx->Shared->ShaderObjects); in create_shader()
451 _mesa_HashUnlockMutex(ctx->Shared->ShaderObjects); in create_shader_program()
Ddlist.c11211 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in execute_list()
13406 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in _mesa_DeleteLists()
13462 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in _mesa_GenLists()
13717 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in _mesa_EndList()
13763 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in _mesa_CallList()
13949 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in _mesa_CallLists()
Dbufferobj.c1304 _mesa_HashUnlockMutex(ctx->Shared->BufferObjects); in _mesa_free_buffer_objects()