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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dhash.h171 extern GLuint _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys);
H A Dhash.c380 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) function in typeref:typename:GLuint
H A Dperformance_query.c436 id = _mesa_HashFindFreeKeyBlock(ctx->PerfQuery.Objects, 1);
H A Dperformance_monitor.c360 first = _mesa_HashFindFreeKeyBlock(ctx->PerfMonitor.Monitors, n);
H A Dexternalobjects.c166 GLuint first = _mesa_HashFindFreeKeyBlock(ctx->Shared->MemoryObjects, n);
604 GLuint first = _mesa_HashFindFreeKeyBlock(ctx->Shared->SemaphoreObjects, n);
H A Darbprogram.c221 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->Programs, n);
H A Dpipelineobj.c603 first = _mesa_HashFindFreeKeyBlock(ctx->Pipeline.Objects, n);
H A Darrayobj.c1159 first = _mesa_HashFindFreeKeyBlock(ctx->Array.Objects, n);
H A Datifragshader.c205 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->ATIShaders, range);
H A Dqueryobj.c269 first = _mesa_HashFindFreeKeyBlock(ctx->Query.QueryObjects, n);
H A Dtransformfeedback.c1062 first = _mesa_HashFindFreeKeyBlock(ctx->TransformFeedback.Objects, n);
H A Dshaderapi.c340 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1);
371 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1);
H A Dsamplerobj.c167 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->SamplerObjects, count);
H A Dtexobj.c1226 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 Dfbobject.c1889 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->RenderBuffers, n);
3021 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->FrameBuffers, n);
H A Dbufferobj.c1648 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->BufferObjects, n);
H A Ddlist.c10839 base = _mesa_HashFindFreeKeyBlock(ctx->Shared->DisplayList, range);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dhash.h182 extern GLuint _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys);
H A Dhash.c418 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) function in typeref:typename:GLuint
456 GLuint first = _mesa_HashFindFreeKeyBlock(table, numKeys);
H A Dperformance_query.c442 id = _mesa_HashFindFreeKeyBlock(ctx->PerfQuery.Objects, 1);
H A Datifragshader.c207 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->ATIShaders, range);
H A Dshaderapi.c383 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1);
414 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1);
H A Ddlist.c13518 base = _mesa_HashFindFreeKeyBlock(ctx->Shared->DisplayList, range);

Completed in 97 milliseconds