Searched refs:key_equals (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cache.c | 44 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/ |
D | u_live_shader_cache.c | 43 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/ |
D | program.cpp | 142 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/ |
D | freedreno_batch_cache.c | 110 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/ |
D | fd6_texture.c | 396 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/ |
D | functional.hpp | 368 key_equals(T &&x) { in key_equals() function
|