Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
Dvk_log.c65 vk_object_to_instance(struct vk_object_base *obj) in vk_object_to_instance() function
106 instance = vk_object_to_instance(objects[i]); in __vk_log_impl()
109 assert(vk_object_to_instance(objects[i]) == instance); in __vk_log_impl()
282 return &vk_object_to_instance(obj)->base; in vk_object_for_error()
300 struct vk_instance *instance = vk_object_to_instance(object); in __vk_errorv()