Home
last modified time | relevance | path

Searched refs:_mesa_HashLookupLocked (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dhash.h158 extern void *_mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key);
210 return _mesa_HashLookupLocked(table, key); in _mesa_HashLookupMaybeLocked()
Dexternalobjects.h57 _mesa_HashLookupLocked(ctx->Shared->MemoryObjects, memory); in _mesa_lookup_memory_object_locked()
77 _mesa_HashLookupLocked(ctx->Shared->SemaphoreObjects, semaphore); in _mesa_lookup_semaphore_object_locked()
Dqueryobj.h38 _mesa_HashLookupLocked(ctx->Query.QueryObjects, id); in _mesa_lookup_query_object()
Dhash.c176 _mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookupLocked() function
Darrayobj.c221 _mesa_HashLookupLocked(ctx->Array.Objects, id); in _mesa_lookup_vao()
270 _mesa_HashLookupLocked(ctx->Array.Objects, id); in _mesa_lookup_vao_err()
Dpipelineobj.c147 _mesa_HashLookupLocked(ctx->Pipeline.Objects, id); in _mesa_lookup_pipeline_object()
Dglthread_varray.c83 vao = _mesa_HashLookupLocked(glthread->VAOs, id); in lookup_vao()
Dtransformfeedback.c1053 _mesa_HashLookupLocked(ctx->TransformFeedback.Objects, name); in _mesa_lookup_transform_feedback_object()
Dsamplerobj.c69 _mesa_HashLookupLocked(ctx->Shared->SamplerObjects, name); in lookup_samplerobj_locked()
Dtexobj.c139 _mesa_HashLookupLocked(ctx->Shared->TexObjects, id); in _mesa_lookup_texture_locked()
Dbufferobj.c1184 _mesa_HashLookupLocked(ctx->Shared->BufferObjects, buffer); in _mesa_lookup_bufferobj_locked()