Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_layer_logging.h177 std::string DebugReportGetUtilsObjectName(const uint64_t object) const { in DebugReportGetUtilsObjectName() function
196 std::string handle_name = DebugReportGetUtilsObjectName(handle); in FormatHandle()
456 object_label = debug_data->DebugReportGetUtilsObjectName(src_object); in debug_log_msg()
551 …std::string messenger_label = debug_data->DebugReportGetUtilsObjectName(object_name_info.objectHan… in debug_messenger_log_msg()
H A Dgpu_validation.cpp806 auto object_label = report_data->DebugReportGetUtilsObjectName(object); in LookupDebugUtilsName()