Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.h68 struct ir3_cache;
71 struct ir3_cache *ir3_cache_create(const struct ir3_cache_funcs *funcs,
73 void ir3_cache_destroy(struct ir3_cache *cache);
78 struct ir3_program_state *ir3_cache_lookup(struct ir3_cache *cache,
85 void ir3_cache_invalidate(struct ir3_cache *cache, void *stobj);
Dir3_cache.c52 struct ir3_cache { struct
62 struct ir3_cache * argument
65 struct ir3_cache *cache = rzalloc(NULL, struct ir3_cache); in ir3_cache_create()
75 ir3_cache_destroy(struct ir3_cache *cache) in ir3_cache_destroy()
89 ir3_cache_lookup(struct ir3_cache *cache, const struct ir3_cache_key *key, in ir3_cache_lookup()
175 ir3_cache_invalidate(struct ir3_cache *cache, void *stobj) in ir3_cache_invalidate()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dmeson.build215 'ir3/ir3_cache.c',
216 'ir3/ir3_cache.h',
Dfreedreno_context.h437 struct ir3_cache *shader_cache;
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst1880 - freedreno/a3xx: Switch to using ir3_cache for looking up our VS/FS.
1881 - freedreno/a4xx: Switch to using ir3_cache for looking up our VS/FS
1882 - freedreno/a5xx: Switch to using ir3_cache for looking up our VS/FS
D20.2.0.rst1169 - freedreno: Refactor ir3_cache shader compilation
/third_party/mesa3d/ohos/
Ddependency_inputs.gni2375 "../src/gallium/drivers/freedreno/ir3/ir3_cache.c",
2376 "../src/gallium/drivers/freedreno/ir3/ir3_cache.h",