Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h406 VkDebugUtilsObjectNameInfoEXT object_name_info; in debug_log_msg() local
410 object_name_info.sType = VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT; in debug_log_msg()
411 object_name_info.pNext = NULL; in debug_log_msg()
412 object_name_info.objectType = convertDebugReportObjectToCoreObject(object_type); in debug_log_msg()
413 object_name_info.objectHandle = (uint64_t)(uintptr_t)src_object; in debug_log_msg()
414 object_name_info.pObjectName = NULL; in debug_log_msg()
428 callback_data.pObjects = &object_name_info; in debug_log_msg()
438 if (VK_OBJECT_TYPE_QUEUE == object_name_info.objectType) { in debug_log_msg()
446 } else if (VK_OBJECT_TYPE_COMMAND_BUFFER == object_name_info.objectType) { in debug_log_msg()
461 object_name_info.pObjectName = object_label.c_str(); in debug_log_msg()
[all …]