Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c137 object_key_hash(const void *void_object) in object_key_hash() function
321 uint32_t hash = object_key_hash(&key); in vk_pipeline_cache_lookup_object()
398 uint32_t hash = object_key_hash(object); in vk_pipeline_cache_add_object()
610 cache->object_cache = _mesa_set_create(NULL, object_key_hash, in vk_pipeline_cache_create()