Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vertex_state_cache.c37 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()
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()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.c43 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/
Dprogram.cpp168 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/
Dfd6_texture.c322 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/
Dfunctional.hpp368 key_equals(T &&x) { in key_equals() function