Searched refs:get_debug_report_enum (Results 1 – 5 of 5) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | object_lifetime_validation.h | 101 VkDebugReportObjectTypeEXT debug_object_type = get_debug_report_enum[object_type]; in InsertObject() 149 VkDebugReportObjectTypeEXT debug_object_type = get_debug_report_enum[object_type]; in ValidateObject() 218 VkDebugReportObjectTypeEXT debug_object_type = get_debug_report_enum[object_type]; in DestroyObjectSilently() 250 VkDebugReportObjectTypeEXT debug_object_type = get_debug_report_enum[object_type]; in ValidateDestroyObject()
|
D | object_tracker_utils.cpp | 236 …skip |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, get_debug_report_enum[object_type], ob… in DeviceReportUndestroyedObjects() 264 VkDebugReportObjectTypeEXT debug_object_type = get_debug_report_enum[pNode->object_type]; in PreCallValidateDestroyInstance()
|
D | buffer_validation.cpp | 3774 …skip = log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, get_debug_report_enum[typed_handle.type… in ValidateUsageFlags() 3780 …log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, get_debug_report_enum[typed_handle.type], type… in ValidateUsageFlags()
|
D | core_validation.cpp | 2991 …skip = log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, get_debug_report_enum[object.type], obj… in ValidImageBufferQueue() 3879 …skip |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, get_debug_report_enum[obj_struct.type]… in ValidateObjectNotInUse() 3893 …log_msg(report_data, VK_DEBUG_REPORT_INFORMATION_BIT_EXT, get_debug_report_enum[obj.type], obj.han… in PreCallValidateFreeMemory()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_object_types.h | 128 const VkDebugReportObjectTypeEXT get_debug_report_enum[] = { variable
|