Searched refs:v3dv_pipeline_cache (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline_cache.c | 55 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() 373 v3dv_pipeline_shared_data_new(struct v3dv_pipeline_cache *cache, in v3dv_pipeline_shared_data_new() [all …]
|
H A D | v3dv_private.h | 446 struct v3dv_pipeline_cache { struct 579 struct v3dv_pipeline_cache default_pipeline_cache; 2398 struct v3dv_pipeline_cache *cache, 2487 void v3dv_pipeline_cache_init(struct v3dv_pipeline_cache *cache, 2492 void v3dv_pipeline_cache_finish(struct v3dv_pipeline_cache *cache); 2495 struct v3dv_pipeline_cache *cache, 2500 struct v3dv_pipeline_cache *cache, 2505 v3dv_pipeline_cache_search_for_pipeline(struct v3dv_pipeline_cache *cache, 2511 struct v3dv_pipeline_cache *cache); 2553 VK_DEFINE_NONDISP_HANDLE_CASTS(v3dv_pipeline_cache, base, VkPipelineCache, in VK_DEFINE_NONDISP_HANDLE_CASTS()
|
H A D | v3dv_pipeline.c | 1822 struct v3dv_pipeline_cache *cache) in pipeline_stage_get_nir() 1850 struct v3dv_pipeline_cache *default_cache = in pipeline_stage_get_nir() 2228 struct v3dv_pipeline_cache *cache, in pipeline_add_multiview_gs() 2372 struct v3dv_pipeline_cache *cache, in pipeline_compile_graphics() 2871 struct v3dv_pipeline_cache *cache, in pipeline_init() 3018 V3DV_FROM_HANDLE(v3dv_pipeline_cache, cache, _cache); in graphics_pipeline_create() 3125 struct v3dv_pipeline_cache *cache, in pipeline_compile_compute() 3257 struct v3dv_pipeline_cache *cache, in compute_pipeline_init() 3283 V3DV_FROM_HANDLE(v3dv_pipeline_cache, cache, _cache); in compute_pipeline_create()
|
H A D | meson.build | 33 'v3dv_pipeline_cache.c',
|