D | core_validation.cpp | 12708 …:PreCallRecordQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordQueueBeginDebugUtilsLabelEXT() argument 12710 BeginQueueDebugUtilsLabel(device_data->report_data, queue, pLabelInfo); in PreCallRecordQueueBeginDebugUtilsLabelEXT() 12718 …PreCallRecordQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordQueueInsertDebugUtilsLabelEXT() argument 12720 InsertQueueDebugUtilsLabel(device_data->report_data, queue, pLabelInfo); in PreCallRecordQueueInsertDebugUtilsLabelEXT() 12723 …CmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordCmdBeginDebugUtilsLabelEXT() argument 12725 BeginCmdDebugUtilsLabel(device_data->report_data, commandBuffer, pLabelInfo); in PreCallRecordCmdBeginDebugUtilsLabelEXT() 12733 …mdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordCmdInsertDebugUtilsLabelEXT() argument 12735 InsertCmdDebugUtilsLabel(device_data->report_data, commandBuffer, pLabelInfo); in PreCallRecordCmdInsertDebugUtilsLabelEXT()
|