Searched refs:vk_pipeline_cache (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_pipeline_cache.h | 46 struct vk_pipeline_cache; 155 struct vk_pipeline_cache { struct 169 VK_DEFINE_NONDISP_HANDLE_CASTS(vk_pipeline_cache, base, VkPipelineCache, argument 183 struct vk_pipeline_cache * 188 vk_pipeline_cache_destroy(struct vk_pipeline_cache *cache, 212 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache, 241 vk_pipeline_cache_add_object(struct vk_pipeline_cache *cache, 245 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache, 250 vk_pipeline_cache_add_nir(struct vk_pipeline_cache *cache,
|
D | vk_pipeline_cache.c | 144 vk_pipeline_cache_lock(struct vk_pipeline_cache *cache) in vk_pipeline_cache_lock() 152 vk_pipeline_cache_unlock(struct vk_pipeline_cache *cache) in vk_pipeline_cache_unlock() 159 vk_pipeline_cache_remove_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_remove_object() 180 vk_pipeline_cache_replace_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_replace_object() 219 vk_pipeline_cache_object_serialize(struct vk_pipeline_cache *cache, in vk_pipeline_cache_object_serialize() 269 vk_pipeline_cache_object_deserialize(struct vk_pipeline_cache *cache, in vk_pipeline_cache_object_deserialize() 306 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_lookup_object() 390 vk_pipeline_cache_add_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_add_object() 446 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache, in vk_pipeline_cache_lookup_nir() 475 vk_pipeline_cache_add_nir(struct vk_pipeline_cache *cache, in vk_pipeline_cache_add_nir() [all …]
|
D | meson.build | 65 'vk_pipeline_cache.c', 66 'vk_pipeline_cache.h',
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 299 struct vk_pipeline_cache *cache, in anv_device_search_for_kernel() 323 struct vk_pipeline_cache *cache, in anv_device_upload_kernel() 358 struct vk_pipeline_cache *cache, in anv_device_search_for_nir() 372 struct vk_pipeline_cache *cache, in anv_device_upload_nir()
|
D | anv_pipeline.c | 650 struct vk_pipeline_cache *cache, in anv_pipeline_stage_get_nir() 1381 struct vk_pipeline_cache *cache, in anv_graphics_pipeline_load_cached_shaders() 1469 struct vk_pipeline_cache *cache, in anv_graphics_pipeline_load_nir() 1503 struct vk_pipeline_cache *cache, in anv_graphics_pipeline_compile() 1781 struct vk_pipeline_cache *cache, in anv_pipeline_compile_cs() 1950 struct vk_pipeline_cache *cache, in anv_compute_pipeline_create() 1999 ANV_FROM_HANDLE(vk_pipeline_cache, pipeline_cache, pipelineCache); in anv_CreateComputePipelines() 2052 struct vk_pipeline_cache *cache, in anv_graphics_pipeline_init() 2154 struct vk_pipeline_cache *cache, in anv_graphics_pipeline_create() 2202 ANV_FROM_HANDLE(vk_pipeline_cache, pipeline_cache, pipelineCache); in anv_CreateGraphicsPipelines() [all …]
|
D | anv_private.h | 1131 struct vk_pipeline_cache *cache, 1137 struct vk_pipeline_cache *cache, 1153 struct vk_pipeline_cache *cache, 1160 struct vk_pipeline_cache *cache, 1211 struct vk_pipeline_cache * default_pipeline_cache; 1212 struct vk_pipeline_cache * internal_cache;
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_pipeline.c | 193 struct vk_pipeline_cache *cache, in dzn_pipeline_get_nir_shader() 446 dzn_pipeline_cache_lookup_dxil_shader(struct vk_pipeline_cache *cache, in dzn_pipeline_cache_lookup_dxil_shader() 496 dzn_pipeline_cache_add_dxil_shader(struct vk_pipeline_cache *cache, in dzn_pipeline_cache_add_dxil_shader() 528 struct vk_pipeline_cache *cache, in dzn_pipeline_cache_lookup_gfx_pipeline() 598 struct vk_pipeline_cache *cache, in dzn_pipeline_cache_add_gfx_pipeline() 665 struct vk_pipeline_cache *cache, in dzn_graphics_pipeline_compile_shaders() 1610 VK_FROM_HANDLE(vk_pipeline_cache, pcache, cache); in dzn_graphics_pipeline_create() 2009 dzn_pipeline_cache_lookup_compute_pipeline(struct vk_pipeline_cache *cache, in dzn_pipeline_cache_lookup_compute_pipeline() 2055 dzn_pipeline_cache_add_compute_pipeline(struct vk_pipeline_cache *cache, in dzn_pipeline_cache_add_compute_pipeline() 2076 struct vk_pipeline_cache *cache, in dzn_compute_pipeline_compile_shader() [all …]
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.h | 218 struct vk_pipeline_cache *mem_cache;
|
D | tu_pipeline.c | 250 struct vk_pipeline_cache *cache; 2764 tu_pipeline_cache_lookup(struct vk_pipeline_cache *cache, in tu_pipeline_cache_lookup() 2778 tu_pipeline_cache_insert(struct vk_pipeline_cache *cache, in tu_pipeline_cache_insert() 3862 struct vk_pipeline_cache *cache, in tu_pipeline_builder_init_graphics() 4006 TU_FROM_HANDLE(vk_pipeline_cache, cache, pipelineCache); in tu_graphics_pipeline_create() 4066 TU_FROM_HANDLE(vk_pipeline_cache, cache, pipelineCache); in tu_compute_pipeline_create()
|