Searched refs:radv_pipeline_cache (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 51 radv_pipeline_cache_init(struct radv_pipeline_cache *cache, in radv_pipeline_cache_init() 76 radv_pipeline_cache_finish(struct radv_pipeline_cache *cache) in radv_pipeline_cache_finish() 136 radv_pipeline_cache_search_unlocked(struct radv_pipeline_cache *cache, in radv_pipeline_cache_search_unlocked() 161 radv_pipeline_cache_search(struct radv_pipeline_cache *cache, in radv_pipeline_cache_search() 176 radv_pipeline_cache_set_entry(struct radv_pipeline_cache *cache, in radv_pipeline_cache_set_entry() 199 radv_pipeline_cache_grow(struct radv_pipeline_cache *cache) in radv_pipeline_cache_grow() 231 radv_pipeline_cache_add_entry(struct radv_pipeline_cache *cache, in radv_pipeline_cache_add_entry() 246 struct radv_pipeline_cache *cache, in radv_create_shader_variants_from_pipeline_cache() 340 struct radv_pipeline_cache *cache, in radv_pipeline_cache_insert_shaders() 441 radv_pipeline_cache_load(struct radv_pipeline_cache *cache, in radv_pipeline_cache_load() [all …]
|
D | radv_private.h | 317 struct radv_pipeline_cache { struct 343 radv_pipeline_cache_init(struct radv_pipeline_cache *cache, argument 346 radv_pipeline_cache_finish(struct radv_pipeline_cache *cache); 348 radv_pipeline_cache_load(struct radv_pipeline_cache *cache, 355 struct radv_pipeline_cache *cache, 361 struct radv_pipeline_cache *cache, 402 struct radv_pipeline_cache cache; 628 struct radv_pipeline_cache * mem_cache; 1766 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_pipeline_cache, VkPipelineCache)
|
D | Makefile.sources | 58 radv_pipeline_cache.c \
|
D | meson.build | 84 'radv_pipeline_cache.c',
|
D | radv_pipeline.c | 1859 struct radv_pipeline_cache *cache, in radv_create_shaders() 2429 struct radv_pipeline_cache *cache, in radv_pipeline_init() 2730 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache); in radv_graphics_pipeline_create() 2785 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache); in radv_compute_pipeline_create()
|