Searched refs:radv_pipeline_cache (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 47 radv_pipeline_cache_lock(struct radv_pipeline_cache *cache) in radv_pipeline_cache_lock() 56 radv_pipeline_cache_unlock(struct radv_pipeline_cache *cache) in radv_pipeline_cache_unlock() 65 radv_pipeline_cache_init(struct radv_pipeline_cache *cache, in radv_pipeline_cache_init() 90 radv_pipeline_cache_finish(struct radv_pipeline_cache *cache) in radv_pipeline_cache_finish() 151 radv_pipeline_cache_search_unlocked(struct radv_pipeline_cache *cache, in radv_pipeline_cache_search_unlocked() 176 radv_pipeline_cache_search(struct radv_pipeline_cache *cache, in radv_pipeline_cache_search() 191 radv_pipeline_cache_set_entry(struct radv_pipeline_cache *cache, in radv_pipeline_cache_set_entry() 214 radv_pipeline_cache_grow(struct radv_pipeline_cache *cache) in radv_pipeline_cache_grow() 246 radv_pipeline_cache_add_entry(struct radv_pipeline_cache *cache, in radv_pipeline_cache_add_entry() 270 struct radv_pipeline_cache *cache, in radv_create_shader_variants_from_pipeline_cache() [all …]
|
D | radv_private.h | 374 struct radv_pipeline_cache { struct 419 radv_pipeline_cache_init(struct radv_pipeline_cache *cache, 422 radv_pipeline_cache_finish(struct radv_pipeline_cache *cache); 424 radv_pipeline_cache_load(struct radv_pipeline_cache *cache, 429 struct radv_pipeline_cache *cache, 436 struct radv_pipeline_cache *cache, 476 struct radv_pipeline_cache cache; 808 struct radv_pipeline_cache * mem_cache; 2732 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_pipeline_cache, VkPipelineCache)
|
D | Makefile.sources | 74 radv_pipeline_cache.c \
|
D | meson.build | 97 'radv_pipeline_cache.c',
|
D | radv_shader.h | 443 struct radv_pipeline_cache *cache,
|
D | radv_pipeline.c | 3041 struct radv_pipeline_cache *cache, in radv_create_shaders() 5171 struct radv_pipeline_cache *cache, in radv_pipeline_init() 5289 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache); in radv_graphics_pipeline_create() 5446 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache); in radv_compute_pipeline_create()
|