Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h117 std::string DebugReportGetUtilsObjectName(const uint64_t object) const { in DebugReportGetUtilsObjectName() function
145 std::string name = DebugReportGetUtilsObjectName(h); in FormatHandle()
427 std::string label = debug_data->DebugReportGetUtilsObjectName(src_object); in debug_log_msg()
529 …std::string messenger_label = debug_data->DebugReportGetUtilsObjectName(object_name_info.objectHan… in debug_messenger_log_msg()
Dgpu_validation.cpp716 auto object_label = report_data->DebugReportGetUtilsObjectName(object); in LookupDebugUtilsName()