Searched refs:radv_pipeline_cache (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c46 radv_pipeline_cache_lock(struct radv_pipeline_cache *cache)
55 radv_pipeline_cache_unlock(struct radv_pipeline_cache *cache)
64 radv_pipeline_cache_init(struct radv_pipeline_cache *cache, struct radv_device *device)
89 radv_pipeline_cache_finish(struct radv_pipeline_cache *cache)
182 radv_pipeline_cache_search_unlocked(struct radv_pipeline_cache *cache, const unsigned char *sha1)
206 radv_pipeline_cache_search(struct radv_pipeline_cache *cache, const unsigned char *sha1)
220 radv_pipeline_cache_set_entry(struct radv_pipeline_cache *cache, struct cache_entry *entry)
241 radv_pipeline_cache_grow(struct radv_pipeline_cache *cache)
273 radv_pipeline_cache_add_entry(struct radv_pipeline_cache *cache, struct cache_entry *entry)
296 struct radv_device *device, struct radv_pipeline_cache *cach
[all...]
H A Dradv_shader.h47 struct radv_pipeline_cache;
501 struct radv_device *device, struct radv_pipeline_cache *cache,
H A Dradv_private.h331 struct radv_pipeline_cache { struct
350 void radv_pipeline_cache_init(struct radv_pipeline_cache *cache, struct radv_device *device);
351 void radv_pipeline_cache_finish(struct radv_pipeline_cache *cache);
352 bool radv_pipeline_cache_load(struct radv_pipeline_cache *cache, const void *data, size_t size);
355 struct radv_device *device, struct radv_pipeline_cache *cache, const unsigned char *sha1,
360 struct radv_device *device, struct radv_pipeline_cache *cache, const unsigned char *sha1,
407 struct radv_pipeline_cache cache;
766 struct radv_pipeline_cache *mem_cache;
2924 VK_DEFINE_NONDISP_HANDLE_CASTS(radv_pipeline_cache, base, VkPipelineCache,
H A Dradv_pipeline.c3321 struct radv_device *device, struct radv_pipeline_cache *cache,
5480 struct radv_pipeline_cache *cache,
5603 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
5748 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c51 radv_pipeline_cache_init(struct radv_pipeline_cache *cache,
76 radv_pipeline_cache_finish(struct radv_pipeline_cache *cache)
136 radv_pipeline_cache_search_unlocked(struct radv_pipeline_cache *cache,
161 radv_pipeline_cache_search(struct radv_pipeline_cache *cache,
176 radv_pipeline_cache_set_entry(struct radv_pipeline_cache *cache,
199 radv_pipeline_cache_grow(struct radv_pipeline_cache *cache)
231 radv_pipeline_cache_add_entry(struct radv_pipeline_cache *cache,
256 struct radv_pipeline_cache *cache,
354 struct radv_pipeline_cache *cache,
464 radv_pipeline_cache_load(struct radv_pipeline_cache *cach
[all...]
H A DMakefile.sources62 radv_pipeline_cache.c \
H A Dradv_private.h358 struct radv_pipeline_cache { struct
391 radv_pipeline_cache_init(struct radv_pipeline_cache *cache,
394 radv_pipeline_cache_finish(struct radv_pipeline_cache *cache);
396 radv_pipeline_cache_load(struct radv_pipeline_cache *cache,
403 struct radv_pipeline_cache *cache,
410 struct radv_pipeline_cache *cache,
451 struct radv_pipeline_cache cache;
716 struct radv_pipeline_cache * mem_cache;
2063 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_pipeline_cache, VkPipelineCache)
H A Dradv_pipeline.c2096 struct radv_pipeline_cache *cache,
3674 struct radv_pipeline_cache *cache,
3811 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);
3929 RADV_FROM_HANDLE(radv_pipeline_cache, cache, _cache);

Completed in 27 milliseconds