Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.c88 const struct vk_pipeline_cache_object_ops vk_raw_data_cache_object_ops = { variable
109 &vk_raw_data_cache_object_ops, in vk_raw_data_cache_object_create()
255 ops = &vk_raw_data_cache_object_ops; in vk_pipeline_cache_object_deserialize()
304 assert(found_object->ops == &vk_raw_data_cache_object_ops); in vk_pipeline_cache_insert_object()
382 if (object->ops == &vk_raw_data_cache_object_ops && in vk_pipeline_cache_lookup_object()
383 ops != &vk_raw_data_cache_object_ops) { in vk_pipeline_cache_lookup_object()
479 &vk_raw_data_cache_object_ops, in vk_pipeline_cache_lookup_nir()
831 if (dst_object->ops == &vk_raw_data_cache_object_ops && in vk_common_MergePipelineCaches()
832 src_object->ops != &vk_raw_data_cache_object_ops) { in vk_common_MergePipelineCaches()
Dvk_pipeline_cache.h308 extern const struct vk_pipeline_cache_object_ops vk_raw_data_cache_object_ops;