Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dsamplerobj.c50 _mesa_HashLookup(ctx->Shared->SamplerObjects, name); in _mesa_lookup_samplerobj()
60 _mesa_HashLookupLocked(ctx->Shared->SamplerObjects, name); in _mesa_lookup_samplerobj_locked()
66 _mesa_HashLockMutex(ctx->Shared->SamplerObjects); in begin_samplerobj_lookups()
73 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in end_samplerobj_lookups()
81 _mesa_HashLookupLocked(ctx->Shared->SamplerObjects, name); in lookup_samplerobj_locked()
198 _mesa_HashLockMutex(ctx->Shared->SamplerObjects); in create_samplers()
200 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->SamplerObjects, count); in create_samplers()
206 _mesa_HashInsertLocked(ctx->Shared->SamplerObjects, first + i, sampObj); in create_samplers()
210 _mesa_HashUnlockMutex(ctx->Shared->SamplerObjects); in create_samplers()
241 _mesa_HashLockMutex(ctx->Shared->SamplerObjects); in _mesa_DeleteSamplers()
[all …]
Dshared.c85 shared->SamplerObjects = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
359 _mesa_HashDeleteAll(shared->SamplerObjects, delete_sampler_object_cb, ctx); in free_shared_state()
360 _mesa_DeleteHashTable(shared->SamplerObjects); in free_shared_state()
Dmtypes.h3104 struct _mesa_HashTable *SamplerObjects; member