Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/shared/
Dpan_minmax_cache.c47 uint64_t ht_key = (((uint64_t)count) << 32) | start; in panfrost_minmax_cache_get() local
54 if (cache->keys[i] == ht_key) { in panfrost_minmax_cache_get()
71 uint64_t ht_key = (((uint64_t)count) << 32) | start; in panfrost_minmax_cache_add() local
85 cache->keys[index] = ht_key; in panfrost_minmax_cache_add()