Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/util/
Dvk_debug_report.h42 struct vk_debug_report_instance { struct
48 VkResult vk_debug_report_instance_init(struct vk_debug_report_instance *instance); argument
49 void vk_debug_report_instance_destroy(struct vk_debug_report_instance *instance);
52 vk_create_debug_report_callback(struct vk_debug_report_instance *instance,
58 vk_destroy_debug_report_callback(struct vk_debug_report_instance *instance,
64 vk_debug_report(struct vk_debug_report_instance *instance,
Dvk_debug_report.c29 VkResult vk_debug_report_instance_init(struct vk_debug_report_instance *instance) in vk_debug_report_instance_init()
40 void vk_debug_report_instance_destroy(struct vk_debug_report_instance *instance) in vk_debug_report_instance_destroy()
46 vk_create_debug_report_callback(struct vk_debug_report_instance *instance, in vk_create_debug_report_callback()
75 vk_destroy_debug_report_callback(struct vk_debug_report_instance *instance, in vk_destroy_debug_report_callback()
92 vk_debug_report(struct vk_debug_report_instance *instance, in vk_debug_report()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h304 struct vk_debug_report_instance debug_report_callbacks;
/external/mesa3d/src/intel/vulkan/
Danv_private.h805 struct vk_debug_report_instance debug_report_callbacks;