Searched refs:_mesa_HashInsert (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dhash.h124 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data,
223 _mesa_HashInsert(table, key, data, isGenName);
H A Dhash.c239 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data, function in typeref:typename:void
H A Dperformance_query.c465 _mesa_HashInsert(ctx->PerfQuery.Objects, id, obj, true);
H A Dperformance_monitor.c365 _mesa_HashInsert(ctx->PerfMonitor.Monitors, monitors[i], m, true);
H A Dexternalobjects.c884 _mesa_HashInsert(ctx->Shared->SemaphoreObjects, semaphore, semObj, true);
H A Darbprogram.c88 _mesa_HashInsert(ctx->Shared->Programs, id, newProg, isGenName);
H A Datifragshader.c259 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg, isGenName);
H A Dfbobject.c175 _mesa_HashInsert(ctx->Shared->FrameBuffers, id, fb, true);
184 _mesa_HashInsert(ctx->Shared->FrameBuffers, id, fb, false);
3128 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb, isGenName);
4908 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, fb, true);
H A Dtexobj.c1767 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj, false);
H A Dteximage.c2954 _mesa_HashInsert(ctx->Shared->TexObjects, texObj->Name, texObj, isGenName);
H A Ddlist.c931 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas, isGenName);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dhash.h114 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data);
H A Dhash.c217 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data) function in typeref:typename:void
H A Dperformance_query.c459 _mesa_HashInsert(ctx->PerfQuery.Objects, id, obj);
H A Dperformance_monitor.c371 _mesa_HashInsert(ctx->PerfMonitor.Monitors, first + i, m);
H A Darbprogram.c109 _mesa_HashInsert(ctx->Shared->Programs, id, newProg);
H A Datifragshader.c255 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg);
H A Dexternalobjects.c890 _mesa_HashInsert(ctx->Shared->SemaphoreObjects, semaphore, semObj);
H A Dtexobj.c1792 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj);
H A Dbufferobj.c993 _mesa_HashInsert(ctx->Shared->BufferObjects, buffer, buf);
H A Dfbobject.c2857 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb);
H A Ddlist.c766 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas);
10962 _mesa_HashInsert(ctx->Shared->DisplayList,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst3921 - mesa: add a isGenName parameter to \_mesa_HashInsert

Completed in 83 milliseconds