Home
last modified time | relevance | path

Searched refs:vk_pipeline_cache_object_ops (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.h51 struct vk_pipeline_cache_object_ops { struct
109 const struct vk_pipeline_cache_object_ops *ops;
121 const struct vk_pipeline_cache_object_ops *ops, in vk_pipeline_cache_object_init()
234 const struct vk_pipeline_cache_object_ops *ops,
279 const struct vk_pipeline_cache_object_ops *ops);
308 extern const struct vk_pipeline_cache_object_ops vk_raw_data_cache_object_ops;
Dvk_physical_device.h41 struct vk_pipeline_cache_object_ops;
112 const struct vk_pipeline_cache_object_ops *const *pipeline_cache_import_ops;
Dvk_pipeline_cache.c88 const struct vk_pipeline_cache_object_ops vk_raw_data_cache_object_ops = {
252 const struct vk_pipeline_cache_object_ops *ops) in vk_pipeline_cache_object_deserialize()
329 const struct vk_pipeline_cache_object_ops *ops, in vk_pipeline_cache_lookup_object()
452 const struct vk_pipeline_cache_object_ops *ops) in vk_pipeline_cache_create_and_insert_object()
529 const struct vk_pipeline_cache_object_ops *ops) in find_type_for_ops()
531 const struct vk_pipeline_cache_object_ops *const *import_ops = in find_type_for_ops()
545 static const struct vk_pipeline_cache_object_ops *
549 const struct vk_pipeline_cache_object_ops *const *import_ops = in find_ops_for_type()
584 const struct vk_pipeline_cache_object_ops *ops = in vk_pipeline_cache_load()