Searched refs:tu_pipeline_cache (Results 1 – 5 of 5) sorted by relevance
/third_party/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 | 47 'tu_pipeline_cache.c',
|
D | tu_private.h | 269 struct tu_pipeline_cache struct 381 struct tu_pipeline_cache *mem_cache; 1799 VK_DEFINE_NONDISP_HANDLE_CASTS(tu_pipeline_cache, base, VkPipelineCache,
|
D | tu_pipeline.c | 249 struct tu_pipeline_cache *cache; 3163 struct tu_pipeline_cache *cache, in tu_pipeline_builder_init_graphics() 3244 TU_FROM_HANDLE(tu_pipeline_cache, cache, pipelineCache); in tu_graphics_pipeline_create()
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 1521 ../src/freedreno/vulkan/tu_pipeline_cache.c
|