Searched refs:ir3_cache (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cache.h | 68 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);
|
D | ir3_cache.c | 52 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/ |
D | meson.build | 215 'ir3/ir3_cache.c', 216 'ir3/ir3_cache.h',
|
D | freedreno_context.h | 437 struct ir3_cache *shader_cache;
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 1880 - 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
|
D | 20.2.0.rst | 1169 - freedreno: Refactor ir3_cache shader compilation
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 2375 "../src/gallium/drivers/freedreno/ir3/ir3_cache.c", 2376 "../src/gallium/drivers/freedreno/ir3/ir3_cache.h",
|