Home
last modified time | relevance | path

Searched refs:v3dv_pipeline_cache (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c55 cache_dump_stats(struct v3dv_pipeline_cache *cache) in cache_dump_stats()
69 pipeline_cache_lock(struct v3dv_pipeline_cache *cache) in pipeline_cache_lock()
76 pipeline_cache_unlock(struct v3dv_pipeline_cache *cache) in pipeline_cache_unlock()
84 struct v3dv_pipeline_cache *cache, in v3dv_pipeline_cache_upload_nir()
146 struct v3dv_pipeline_cache *cache, in v3dv_pipeline_cache_search_for_nir()
202 v3dv_pipeline_cache_init(struct v3dv_pipeline_cache *cache, in v3dv_pipeline_cache_init()
233 v3dv_pipeline_shared_data_create_from_blob(struct v3dv_pipeline_cache *cache,
237 pipeline_cache_upload_shared_data(struct v3dv_pipeline_cache *cache,
251 v3dv_pipeline_cache_search_for_pipeline(struct v3dv_pipeline_cache *cache, in v3dv_pipeline_cache_search_for_pipeline()
372 v3dv_pipeline_shared_data_new(struct v3dv_pipeline_cache *cache, in v3dv_pipeline_shared_data_new()
[all …]
Dv3dv_private.h444 struct v3dv_pipeline_cache { struct
577 struct v3dv_pipeline_cache default_pipeline_cache;
2391 struct v3dv_pipeline_cache *cache,
2480 void v3dv_pipeline_cache_init(struct v3dv_pipeline_cache *cache,
2485 void v3dv_pipeline_cache_finish(struct v3dv_pipeline_cache *cache);
2488 struct v3dv_pipeline_cache *cache,
2493 struct v3dv_pipeline_cache *cache,
2498 v3dv_pipeline_cache_search_for_pipeline(struct v3dv_pipeline_cache *cache,
2504 struct v3dv_pipeline_cache *cache);
2546 VK_DEFINE_NONDISP_HANDLE_CASTS(v3dv_pipeline_cache, base, VkPipelineCache, in VK_DEFINE_NONDISP_HANDLE_CASTS()
Dmeson.build32 'v3dv_pipeline_cache.c',
Dv3dv_pipeline.c1794 struct v3dv_pipeline_cache *cache) in pipeline_stage_get_nir()
1822 struct v3dv_pipeline_cache *default_cache = in pipeline_stage_get_nir()
2200 struct v3dv_pipeline_cache *cache, in pipeline_add_multiview_gs()
2344 struct v3dv_pipeline_cache *cache, in pipeline_compile_graphics()
2843 struct v3dv_pipeline_cache *cache, in pipeline_init()
2990 V3DV_FROM_HANDLE(v3dv_pipeline_cache, cache, _cache); in graphics_pipeline_create()
3098 struct v3dv_pipeline_cache *cache, in pipeline_compile_compute()
3230 struct v3dv_pipeline_cache *cache, in compute_pipeline_init()
3256 V3DV_FROM_HANDLE(v3dv_pipeline_cache, cache, _cache); in compute_pipeline_create()