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.c54 cache_dump_stats(struct v3dv_pipeline_cache *cache) in cache_dump_stats()
70 struct v3dv_pipeline_cache *cache, in v3dv_pipeline_cache_upload_nir()
131 struct v3dv_pipeline_cache *cache, in v3dv_pipeline_cache_search_for_nir()
179 v3dv_pipeline_cache_init(struct v3dv_pipeline_cache *cache, in v3dv_pipeline_cache_init()
209 struct v3dv_pipeline_cache *cache, in v3dv_pipeline_cache_search_for_variant()
256 struct v3dv_pipeline_cache *cache, in v3dv_pipeline_cache_upload_variant()
290 serialized_nir_create_from_blob(struct v3dv_pipeline_cache *cache, in serialized_nir_create_from_blob()
369 pipeline_cache_load(struct v3dv_pipeline_cache *cache, in pipeline_cache_load()
440 struct v3dv_pipeline_cache *cache; in v3dv_CreatePipelineCache()
467 v3dv_pipeline_cache_finish(struct v3dv_pipeline_cache *cache) in v3dv_pipeline_cache_finish()
[all …]
Dv3dv_private.h270 struct v3dv_pipeline_cache { struct
339 struct v3dv_pipeline_cache default_pipeline_cache;
1814 struct v3dv_pipeline_cache *cache,
1899 void v3dv_pipeline_cache_init(struct v3dv_pipeline_cache *cache,
1903 void v3dv_pipeline_cache_finish(struct v3dv_pipeline_cache *cache);
1906 struct v3dv_pipeline_cache *cache,
1911 struct v3dv_pipeline_cache *cache,
1917 struct v3dv_pipeline_cache *cache,
1922 struct v3dv_pipeline_cache *cache,
1978 V3DV_DEFINE_NONDISP_HANDLE_CASTS(v3dv_pipeline_cache, VkPipelineCache) in V3DV_DEFINE_HANDLE_CASTS()
Dv3dv_pipeline.c1487 struct v3dv_pipeline_cache *cache, in v3dv_get_shader_variant()
1574 struct v3dv_pipeline_cache *default_cache = in v3dv_get_shader_variant()
1623 struct v3dv_pipeline_cache *cache, in pregenerate_shader_variants()
1785 struct v3dv_pipeline_cache *cache) in pipeline_stage_get_nir()
1801 struct v3dv_pipeline_cache *default_cache = in pipeline_stage_get_nir()
1848 struct v3dv_pipeline_cache *cache, in pipeline_compile_vertex_shader()
1898 struct v3dv_pipeline_cache *cache, in pipeline_compile_fragment_shader()
1934 struct v3dv_pipeline_cache *cache, in pipeline_compile_graphics()
2861 struct v3dv_pipeline_cache *cache, in pipeline_init()
2980 V3DV_FROM_HANDLE(v3dv_pipeline_cache, cache, _cache); in graphics_pipeline_create()
[all …]
Dmeson.build69 'v3dv_pipeline_cache.c',