Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
Dvk_object_types.h251 static inline VkObjectType convertDebugReportObjectToCoreObject(VkDebugReportObjectTypeEXT debug_re… in convertDebugReportObjectToCoreObject() function
/third_party/vulkan-loader/loader/
Ddebug_utils.c686 da_object_name_info->objectType = convertDebugReportObjectToCoreObject(dr_object_type); in debug_utils_ReportObjectToAnnotObject()