Searched refs:VkLayerDbgFunctionNode (Results 1 – 4 of 4) sorted by relevance
43 VkLayerDbgFunctionNode *g_pDbgFunctionHead;56 VkLayerDbgFunctionNode *pTrav = debug_data->g_pDbgFunctionHead; in debug_report_log_msg()95 VkLayerDbgFunctionNode *pTrav; in layer_debug_report_destroy_instance()96 VkLayerDbgFunctionNode *pTravNext; in layer_debug_report_destroy_instance()131 …VkLayerDbgFunctionNode *pNewDbgFuncNode = (VkLayerDbgFunctionNode *)malloc(sizeof(VkLayerDbgFuncti… in layer_create_msg_callback()154 VkLayerDbgFunctionNode *pTrav = debug_data->g_pDbgFunctionHead; in layer_destroy_msg_callback()155 VkLayerDbgFunctionNode *pPrev = pTrav; in layer_destroy_msg_callback()
75 VkLayerDbgFunctionNode *pNewDbgFuncNode; in util_CreateDebugReportCallback()77 pNewDbgFuncNode = (VkLayerDbgFunctionNode *)pAllocator->pfnAllocation( in util_CreateDebugReportCallback()78 pAllocator->pUserData, sizeof(VkLayerDbgFunctionNode), in util_CreateDebugReportCallback()81 pNewDbgFuncNode = (VkLayerDbgFunctionNode *)loader_heap_alloc( in util_CreateDebugReportCallback()82 inst, sizeof(VkLayerDbgFunctionNode), in util_CreateDebugReportCallback()121 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead; in util_DebugReportMessage()139 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead; in util_DestroyDebugReportCallback()140 VkLayerDbgFunctionNode *pPrev = pTrav; in util_DestroyDebugReportCallback()
296 VkLayerDbgFunctionNode *DbgFunctionHead;
251 } VkLayerDbgFunctionNode; typedef