Home
last modified time | relevance | path

Searched refs:radv_pipeline_cache (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c47 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 …]
Dradv_private.h374 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)
DMakefile.sources74 radv_pipeline_cache.c \
Dmeson.build97 'radv_pipeline_cache.c',
Dradv_shader.h443 struct radv_pipeline_cache *cache,
Dradv_pipeline.c3041 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()