Home
last modified time | relevance | path

Searched refs:vk_pipeline_cache_object (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.h47 struct vk_pipeline_cache_object;
69 bool (*serialize)(struct vk_pipeline_cache_object *object,
80 struct vk_pipeline_cache_object *(*deserialize)(struct vk_pipeline_cache *cache,
90 struct vk_pipeline_cache_object *object);
108 struct vk_pipeline_cache_object { struct
120 struct vk_pipeline_cache_object *object, in vk_pipeline_cache_object_init() argument
133 vk_pipeline_cache_object_finish(struct vk_pipeline_cache_object *object) in vk_pipeline_cache_object_finish()
138 static inline struct vk_pipeline_cache_object *
139 vk_pipeline_cache_object_ref(struct vk_pipeline_cache_object *object) in vk_pipeline_cache_object_ref()
148 struct vk_pipeline_cache_object *object);
[all …]
Dvk_pipeline_cache.c45 vk_raw_data_cache_object_serialize(struct vk_pipeline_cache_object *object, in vk_raw_data_cache_object_serialize()
56 static struct vk_pipeline_cache_object *
80 struct vk_pipeline_cache_object *object) in vk_raw_data_cache_object_destroy()
123 const struct vk_pipeline_cache_object *a = void_a, *b = void_b; in object_keys_equal()
133 const struct vk_pipeline_cache_object *object = void_object; in object_key_hash()
156 struct vk_pipeline_cache_object *object) in vk_pipeline_cache_remove_object()
169 static inline struct vk_pipeline_cache_object *
171 struct vk_pipeline_cache_object *object) in vk_pipeline_cache_object_weak_ref()
179 vk_pipeline_cache_object_unref(struct vk_device *device, struct vk_pipeline_cache_object *object) in vk_pipeline_cache_object_unref()
202 struct vk_pipeline_cache_object *object, in vk_pipeline_cache_object_serialize()
[all …]