Lines Matching defs:hash
160 uint32_t hash,
165 _mesa_set_search_pre_hashed(cache->object_cache, hash, object);
181 uint32_t hash,
189 _mesa_set_search_pre_hashed(cache->object_cache, hash, search);
204 _mesa_set_add_pre_hashed(cache->object_cache, hash, replace);
321 uint32_t hash = object_key_hash(&key);
328 _mesa_set_search_pre_hashed(cache->object_cache, hash, &key);
376 vk_pipeline_cache_remove_object(cache, hash, object);
380 object = vk_pipeline_cache_replace_object(cache, hash, object,
398 uint32_t hash = object_key_hash(object);
404 hash, object, &found);
782 src_entry->hash,