Searched refs:key_equals (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c44 key_equals(const void *_a, const void *_b) function in typeref:typename:bool
67 cache->ht = _mesa_hash_table_create(cache, key_hash, key_equals);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.c37 static bool key_equals(const void *a, const void *b) function in typeref:typename:bool
51 cache->set = _mesa_set_create(NULL, key_hash, key_equals);
H A Du_live_shader_cache.c43 static bool key_equals(const void *a, const void *b) function in typeref:typename:bool
56 cache->hashtable = _mesa_hash_table_create(NULL, key_hash, key_equals);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c43 key_equals(const void *_a, const void *_b) function in typeref:typename:bool
67 cache->ht = _mesa_hash_table_create(cache, key_hash, key_equals);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp116 if (any_of(key_equals(CL_INVALID_VALUE), result))
119 if (any_of(key_equals(CL_INVALID_BINARY), result))
230 if (!any_of(key_equals(name), headers))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dprogram.cpp168 if (any_of(key_equals(CL_INVALID_VALUE), result))
171 if (any_of(key_equals(CL_INVALID_BINARY), result))
326 if (!any_of(key_equals(name), headers))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c359 key_equals(const void *_a, const void *_b) function in typeref:typename:bool
447 fd6_ctx->tex_cache = _mesa_hash_table_create(NULL, key_hash, key_equals);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c108 key_equals(const void *_a, const void *_b) function in typeref:typename:bool
119 cache->ht = _mesa_hash_table_create(NULL, key_hash, key_equals);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dfunctional.hpp368 key_equals(T &&x) { function in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dfunctional.hpp368 key_equals(T &&x) { function in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c377 key_equals(const void *_a, const void *_b) function in typeref:typename:bool
508 fd6_ctx->tex_cache = _mesa_hash_table_create(NULL, key_hash, key_equals);

Completed in 11 milliseconds