Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.c44 key_equals(const void *_a, const void *_b) in key_equals() function
67 cache->ht = _mesa_hash_table_create(cache, key_hash, key_equals); in ir3_cache_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_live_shader_cache.c43 static bool key_equals(const void *a, const void *b) in key_equals() function
56 cache->hashtable = _mesa_hash_table_create(NULL, key_hash, key_equals); in util_live_shader_cache_init()
/external/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp142 if (any_of(key_equals(CL_INVALID_VALUE), result)) in clCreateProgramWithBinary()
145 if (any_of(key_equals(CL_INVALID_BINARY), result)) in clCreateProgramWithBinary()
258 if (!any_of(key_equals(name), headers)) in clCompileProgram()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.c110 key_equals(const void *_a, const void *_b) in key_equals() function
121 cache->ht = _mesa_hash_table_create(NULL, key_hash, key_equals); in fd_bc_init()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c396 key_equals(const void *_a, const void *_b) in key_equals() function
509 fd6_ctx->tex_cache = _mesa_hash_table_create(NULL, key_hash, key_equals); in fd6_texture_init()
/external/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp368 key_equals(T &&x) { in key_equals() function