Home
last modified time | relevance | path

Searched refs:ir3_cache_key (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.h41 struct ir3_cache_key { struct
56 struct ir3_cache_key key;
64 struct ir3_shader_variant *fs, const struct ir3_cache_key *key);
79 const struct ir3_cache_key *key,
H A Dir3_cache.c38 const struct ir3_cache_key *key = _key; in key_hash()
45 const struct ir3_cache_key *a = _a; in key_equals()
46 const struct ir3_cache_key *b = _b; in key_equals()
49 return memcmp(a, b, sizeof(struct ir3_cache_key)) == 0; in key_equals()
89 ir3_cache_lookup(struct ir3_cache *cache, const struct ir3_cache_key *key, in ir3_cache_lookup()
181 const struct ir3_cache_key *key = entry->key; in ir3_cache_invalidate()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.h54 struct ir3_cache_key key;
H A Dfd3_program.c457 const struct ir3_cache_key *key) in_dt
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.h52 struct ir3_cache_key key;
H A Dfd4_program.c585 const struct ir3_cache_key *key) in_dt
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.h52 struct ir3_cache_key key;
H A Dfd5_program.c727 const struct ir3_cache_key *key) in_dt
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h95 struct ir3_cache_key key;
H A Dfd6_program.c392 const struct ir3_cache_key *cache_key,
1235 const struct ir3_cache_key *key) in_dt

Completed in 7 milliseconds