Searched refs:key_equals (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_vertex_state_cache.c | 37 static bool key_equals(const void *a, const void *b) in key_equals() function 51 cache->set = _mesa_set_create(NULL, key_hash, key_equals); in util_vertex_state_cache_init()
|
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()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cache.c | 43 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()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | program.cpp | 168 if (any_of(key_equals(CL_INVALID_VALUE), result)) in clCreateProgramWithBinary() 171 if (any_of(key_equals(CL_INVALID_BINARY), result)) in clCreateProgramWithBinary() 326 if (!any_of(key_equals(name), headers)) in clCompileProgram()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_texture.c | 322 key_equals(const void *_a, const void *_b) in key_equals() function 453 fd6_ctx->tex_cache = _mesa_hash_table_create(NULL, key_hash, key_equals); in fd6_texture_init()
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | functional.hpp | 368 key_equals(T &&x) { in key_equals() function
|