Home
last modified time | relevance | path

Searched refs:_mesa_HashFindFreeKeyBlock (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dhash.c418 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) in _mesa_HashFindFreeKeyBlock() function
456 GLuint first = _mesa_HashFindFreeKeyBlock(table, numKeys); in _mesa_HashFindFreeKeys()
Dhash.h182 extern GLuint _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys);
Dperformance_query.c442 id = _mesa_HashFindFreeKeyBlock(ctx->PerfQuery.Objects, 1); in _mesa_CreatePerfQueryINTEL()
Datifragshader.c207 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->ATIShaders, range); in _mesa_GenFragmentShadersATI()
Dshaderapi.c383 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1); in create_shader()
414 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1); in create_shader_program()
Ddlist.c13517 base = _mesa_HashFindFreeKeyBlock(ctx->Shared->DisplayList, range); in _mesa_GenLists()