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()
Dhash.c239 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data, in _mesa_HashInsert() function
Dperformance_query.c465 _mesa_HashInsert(ctx->PerfQuery.Objects, id, obj, true); in _mesa_CreatePerfQueryINTEL()
Dperformance_monitor.c365 _mesa_HashInsert(ctx->PerfMonitor.Monitors, monitors[i], m, true); in _mesa_GenPerfMonitorsAMD()
Dexternalobjects.c884 _mesa_HashInsert(ctx->Shared->SemaphoreObjects, semaphore, semObj, true); in _mesa_ImportSemaphoreFdEXT()
Datifragshader.c259 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg, isGenName); in _mesa_BindFragmentShaderATI()
Darbprogram.c88 _mesa_HashInsert(ctx->Shared->Programs, id, newProg, isGenName); in lookup_or_create_program()
Dfbobject.c175 _mesa_HashInsert(ctx->Shared->FrameBuffers, id, fb, true); in _mesa_lookup_framebuffer_dsa()
184 _mesa_HashInsert(ctx->Shared->FrameBuffers, id, fb, false); in _mesa_lookup_framebuffer_dsa()
3128 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb, isGenName); in bind_framebuffer()
4908 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, fb, true); in lookup_named_framebuffer_ext_dsa()
Dtexobj.c1767 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj, false); in _mesa_lookup_or_create_texture()
Dteximage.c2954 _mesa_HashInsert(ctx->Shared->TexObjects, texObj->Name, texObj, isGenName); in lookup_texture_ext_dsa()
Ddlist.c930 _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