Searched refs:ir3_cache_key (Results 1 – 3 of 3) sorted by relevance
39 const struct ir3_cache_key *key = _key; in key_hash()46 const struct ir3_cache_key *a = _a; in key_equals()47 const struct ir3_cache_key *b = _b; in key_equals()50 return memcmp(a, b, sizeof(struct ir3_cache_key)) == 0; in key_equals()85 ir3_cache_lookup(struct ir3_cache *cache, const struct ir3_cache_key *key, in ir3_cache_lookup()170 const struct ir3_cache_key *key = entry->key; in ir3_cache_invalidate()
39 struct ir3_cache_key { struct49 struct ir3_cache_key key; argument74 const struct ir3_cache_key *key,
89 struct ir3_cache_key key;