Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/util/
Dvk_debug_report.h48 VkResult vk_debug_report_instance_init(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() function
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c270 result = vk_debug_report_instance_init(&instance->debug_report_callbacks); in tu_CreateInstance()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c217 result = vk_debug_report_instance_init(&instance->debug_report_callbacks); in v3dv_CreateInstance()
/external/mesa3d/src/intel/vulkan/
Danv_device.c757 result = vk_debug_report_instance_init(&instance->debug_report_callbacks); in anv_CreateInstance()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c807 result = vk_debug_report_instance_init(&instance->debug_report_callbacks); in radv_CreateInstance()