Searched refs:tu_pipeline_cache (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline_cache.c | 48 tu_pipeline_cache_init(struct tu_pipeline_cache *cache, in tu_pipeline_cache_init() 71 tu_pipeline_cache_finish(struct tu_pipeline_cache *cache) in tu_pipeline_cache_finish() 93 tu_pipeline_cache_search_unlocked(struct tu_pipeline_cache *cache, in tu_pipeline_cache_search_unlocked() 118 tu_pipeline_cache_search(struct tu_pipeline_cache *cache, in tu_pipeline_cache_search() 133 tu_pipeline_cache_set_entry(struct tu_pipeline_cache *cache, in tu_pipeline_cache_set_entry() 155 tu_pipeline_cache_grow(struct tu_pipeline_cache *cache) in tu_pipeline_cache_grow() 187 tu_pipeline_cache_add_entry(struct tu_pipeline_cache *cache, in tu_pipeline_cache_add_entry() 201 tu_pipeline_cache_load(struct tu_pipeline_cache *cache, in tu_pipeline_cache_load() 252 struct tu_pipeline_cache *cache; in tu_CreatePipelineCache() 285 TU_FROM_HANDLE(tu_pipeline_cache, cache, _cache); in tu_DestroyPipelineCache() [all …]
|
D | meson.build | 56 'tu_pipeline_cache.c',
|
D | tu_private.h | 261 struct tu_pipeline_cache struct 367 struct tu_pipeline_cache *mem_cache; 1585 TU_DEFINE_NONDISP_HANDLE_CASTS(tu_pipeline_cache, VkPipelineCache)
|
D | tu_pipeline.c | 247 struct tu_pipeline_cache *cache; 2763 struct tu_pipeline_cache *cache, in tu_pipeline_builder_init_graphics() 2828 TU_FROM_HANDLE(tu_pipeline_cache, cache, pipelineCache); in tu_graphics_pipeline_create()
|