• Home
  • Raw
  • Download

Lines Matching refs:pNext

199     new_node->pNext = *list_head;  in AddDebugCallbackNode()
218 *list_head = cur_callback->pNext; in RemoveDebugUtilsMessenger()
221 prev_callback->pNext = cur_callback->pNext; in RemoveDebugUtilsMessenger()
244 cur_callback = prev_callback->pNext; in RemoveDebugUtilsMessenger()
250 cur_callback = cur_callback->pNext; in RemoveDebugUtilsMessenger()
272 *list_head = cur_callback->pNext; in RemoveDebugUtilsMessageCallback()
275 prev_callback->pNext = cur_callback->pNext; in RemoveDebugUtilsMessageCallback()
298 cur_callback = prev_callback->pNext; in RemoveDebugUtilsMessageCallback()
304 cur_callback = cur_callback->pNext; in RemoveDebugUtilsMessageCallback()
317 prev_callback = current_callback->pNext; in RemoveAllMessageCallbacks()
353 object_name_info.pNext = NULL; in debug_log_msg()
359 callback_data.pNext = NULL; in debug_log_msg()
390 queue_labels[last_index - label].pNext = nullptr; in debug_log_msg()
413 cmd_buf_labels[last_index - label].pNext = nullptr; in debug_log_msg()
467 layer_dbg_node = layer_dbg_node->pNext; in debug_log_msg()
519 object_name_info.pNext = NULL; in debug_messenger_log_msg()
557 layer_dbg_node = layer_dbg_node->pNext; in debug_messenger_log_msg()
633 callback_data.pNext = NULL; in layer_create_messenger_callback()
729 const void *pNext = pChain; in layer_copy_tmp_report_callbacks() local
730 while (pNext) { in layer_copy_tmp_report_callbacks()
732 …if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_… in layer_copy_tmp_report_callbacks()
735 pNext = (void *)((VkDebugReportCallbackCreateInfoEXT *)pNext)->pNext; in layer_copy_tmp_report_callbacks()
756 pNext = pChain; in layer_copy_tmp_report_callbacks()
757 while (pNext) { in layer_copy_tmp_report_callbacks()
758 … if (((VkInstanceCreateInfo *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT) { in layer_copy_tmp_report_callbacks()
759 memcpy(pInfos, pNext, sizeof(VkDebugReportCallbackCreateInfoEXT)); in layer_copy_tmp_report_callbacks()
762 pNext = (void *)((VkInstanceCreateInfo *)pNext)->pNext; in layer_copy_tmp_report_callbacks()
812 const void *pNext = pChain; in layer_copy_tmp_debug_messengers() local
813 while (pNext) { in layer_copy_tmp_debug_messengers()
815 …if (((VkDebugUtilsMessengerCreateInfoEXT *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGE… in layer_copy_tmp_debug_messengers()
818 pNext = (void *)((VkDebugUtilsMessengerCreateInfoEXT *)pNext)->pNext; in layer_copy_tmp_debug_messengers()
840 pNext = pChain; in layer_copy_tmp_debug_messengers()
841 while (pNext) { in layer_copy_tmp_debug_messengers()
842 …if (((VkInstanceCreateInfo *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CREATE_INFO_… in layer_copy_tmp_debug_messengers()
843 memcpy(pInfos, pNext, sizeof(VkDebugUtilsMessengerCreateInfoEXT)); in layer_copy_tmp_debug_messengers()
846 pNext = (void *)((VkInstanceCreateInfo *)pNext)->pNext; in layer_copy_tmp_debug_messengers()