Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_log.c64 vk_object_to_instance(struct vk_object_base *obj) in vk_object_to_instance() function
105 instance = vk_object_to_instance(objects[i]); in __vk_log_impl()
108 assert(vk_object_to_instance(objects[i]) == instance); in __vk_log_impl()
281 return &vk_object_to_instance(obj)->base; in vk_object_for_error()
299 struct vk_instance *instance = vk_object_to_instance(object); in __vk_errorv()