Searched refs:_mesa_HashFindFreeKeyBlock (Results 1 - 23 of 23) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | hash.h | 171 extern GLuint _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys);
|
| H A D | hash.c | 380 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) function in typeref:typename:GLuint
|
| H A D | performance_query.c | 436 id = _mesa_HashFindFreeKeyBlock(ctx->PerfQuery.Objects, 1);
|
| H A D | performance_monitor.c | 360 first = _mesa_HashFindFreeKeyBlock(ctx->PerfMonitor.Monitors, n);
|
| H A D | externalobjects.c | 166 GLuint first = _mesa_HashFindFreeKeyBlock(ctx->Shared->MemoryObjects, n); 604 GLuint first = _mesa_HashFindFreeKeyBlock(ctx->Shared->SemaphoreObjects, n);
|
| H A D | arbprogram.c | 221 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->Programs, n);
|
| H A D | pipelineobj.c | 603 first = _mesa_HashFindFreeKeyBlock(ctx->Pipeline.Objects, n);
|
| H A D | arrayobj.c | 1159 first = _mesa_HashFindFreeKeyBlock(ctx->Array.Objects, n);
|
| H A D | atifragshader.c | 205 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->ATIShaders, range);
|
| H A D | queryobj.c | 269 first = _mesa_HashFindFreeKeyBlock(ctx->Query.QueryObjects, n);
|
| H A D | transformfeedback.c | 1062 first = _mesa_HashFindFreeKeyBlock(ctx->TransformFeedback.Objects, n);
|
| H A D | shaderapi.c | 340 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1); 371 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1);
|
| H A D | samplerobj.c | 167 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->SamplerObjects, count);
|
| H A D | texobj.c | 1226 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->TexObjects, n); 1280 * Calls _mesa_HashFindFreeKeyBlock() to find a block of free texture 1308 * Calls _mesa_HashFindFreeKeyBlock() to find a block of free texture
|
| H A D | fbobject.c | 1889 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->RenderBuffers, n); 3021 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->FrameBuffers, n);
|
| H A D | bufferobj.c | 1648 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->BufferObjects, n);
|
| H A D | dlist.c | 10839 base = _mesa_HashFindFreeKeyBlock(ctx->Shared->DisplayList, range);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | hash.h | 182 extern GLuint _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys);
|
| H A D | hash.c | 418 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) function in typeref:typename:GLuint 456 GLuint first = _mesa_HashFindFreeKeyBlock(table, numKeys);
|
| H A D | performance_query.c | 442 id = _mesa_HashFindFreeKeyBlock(ctx->PerfQuery.Objects, 1);
|
| H A D | atifragshader.c | 207 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->ATIShaders, range);
|
| H A D | shaderapi.c | 383 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1); 414 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1);
|
| H A D | dlist.c | 13518 base = _mesa_HashFindFreeKeyBlock(ctx->Shared->DisplayList, range);
|
Completed in 97 milliseconds