Searched refs:g_pDbgFunctionHead (Results 1 – 1 of 1) sorted by relevance
43 VkLayerDbgFunctionNode *g_pDbgFunctionHead; member56 VkLayerDbgFunctionNode *pTrav = debug_data->g_pDbgFunctionHead; in debug_report_log_msg()102 pTrav = debug_data->g_pDbgFunctionHead; in layer_debug_report_destroy_instance()114 debug_data->g_pDbgFunctionHead = NULL; in layer_debug_report_destroy_instance()142 pNewDbgFuncNode->pNext = debug_data->g_pDbgFunctionHead; in layer_create_msg_callback()144 debug_data->g_pDbgFunctionHead = pNewDbgFuncNode; in layer_create_msg_callback()154 VkLayerDbgFunctionNode *pTrav = debug_data->g_pDbgFunctionHead; in layer_destroy_msg_callback()163 if (debug_data->g_pDbgFunctionHead == pTrav) { in layer_destroy_msg_callback()164 debug_data->g_pDbgFunctionHead = pTrav->pNext; in layer_destroy_msg_callback()