Home
last modified time | relevance | path

Searched refs:_mesa_HashInsert (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dhash.h124 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data,
223 _mesa_HashInsert(table, key, data, isGenName); in _mesa_HashInsertMaybeLocked()
Dexternalobjects.c1163 _mesa_HashInsert(ctx->Shared->SemaphoreObjects, semaphore, semObj, true); in _mesa_ImportSemaphoreFdEXT()
1205 _mesa_HashInsert(ctx->Shared->SemaphoreObjects, semaphore, semObj, true); in _mesa_ImportSemaphoreWin32HandleEXT()
1249 _mesa_HashInsert(ctx->Shared->SemaphoreObjects, semaphore, semObj, true); in _mesa_ImportSemaphoreWin32NameEXT()
Dhash.c239 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data, in _mesa_HashInsert() function
Dperformance_query.c517 _mesa_HashInsert(ctx->PerfQuery.Objects, id, obj, true); in _mesa_CreatePerfQueryINTEL()
Dperformance_monitor.c747 _mesa_HashInsert(ctx->PerfMonitor.Monitors, monitors[i], m, true); in _mesa_GenPerfMonitorsAMD()
Darbprogram.c90 _mesa_HashInsert(ctx->Shared->Programs, id, newProg, isGenName); in lookup_or_create_program()
Datifragshader.c273 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg, isGenName); in _mesa_BindFragmentShaderATI()
Dfbobject.c180 _mesa_HashInsert(ctx->Shared->FrameBuffers, id, fb, true); in _mesa_lookup_framebuffer_dsa()
189 _mesa_HashInsert(ctx->Shared->FrameBuffers, id, fb, false); in _mesa_lookup_framebuffer_dsa()
3274 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb, isGenName); in bind_framebuffer()
5045 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, fb, true); in lookup_named_framebuffer_ext_dsa()
Dtexobj.c1714 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj, false); in _mesa_lookup_or_create_texture()
Dteximage.c2946 _mesa_HashInsert(ctx->Shared->TexObjects, texObj->Name, texObj, isGenName); in lookup_texture_ext_dsa()
Ddlist.c873 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas, isGenName); in alloc_bitmap_atlas()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3921 - mesa: add a isGenName parameter to \_mesa_HashInsert