Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.c39 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()
Dir3_cache.h39 struct ir3_cache_key { struct
49 struct ir3_cache_key key; argument
74 const struct ir3_cache_key *key,
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.h89 struct ir3_cache_key key;