Lines Matching refs:VkLayerDbgFunctionNode
83 VkLayerDbgFunctionNode *debug_callback_list{nullptr};
84 VkLayerDbgFunctionNode *default_debug_callback_list{nullptr};
197 static inline void AddDebugCallbackNode(debug_report_data *debug_data, VkLayerDbgFunctionNode **lis… in AddDebugCallbackNode()
198 VkLayerDbgFunctionNode *new_node) { in AddDebugCallbackNode()
204 static inline void RemoveDebugUtilsMessenger(debug_report_data *debug_data, VkLayerDbgFunctionNode … in RemoveDebugUtilsMessenger()
206 VkLayerDbgFunctionNode *cur_callback = *list_head; in RemoveDebugUtilsMessenger()
207 VkLayerDbgFunctionNode *prev_callback = nullptr; in RemoveDebugUtilsMessenger()
258 …d RemoveDebugUtilsMessageCallback(debug_report_data *debug_data, VkLayerDbgFunctionNode **list_hea… in RemoveDebugUtilsMessageCallback()
260 VkLayerDbgFunctionNode *cur_callback = *list_head; in RemoveDebugUtilsMessageCallback()
261 VkLayerDbgFunctionNode *prev_callback = nullptr; in RemoveDebugUtilsMessageCallback()
312 static inline void RemoveAllMessageCallbacks(debug_report_data *debug_data, VkLayerDbgFunctionNode … in RemoveAllMessageCallbacks()
313 VkLayerDbgFunctionNode *current_callback = *list_head; in RemoveAllMessageCallbacks()
314 VkLayerDbgFunctionNode *prev_callback = current_callback; in RemoveAllMessageCallbacks()
337 VkLayerDbgFunctionNode *layer_dbg_node = NULL; in debug_log_msg()
505 VkLayerDbgFunctionNode *layer_dbg_node = NULL; in debug_messenger_log_msg()
610 …VkLayerDbgFunctionNode *pNewDbgFuncNode = (VkLayerDbgFunctionNode *)malloc(sizeof(VkLayerDbgFuncti… in layer_create_messenger_callback()
612 memset(pNewDbgFuncNode, 0, sizeof(VkLayerDbgFunctionNode)); in layer_create_messenger_callback()
660 …VkLayerDbgFunctionNode *pNewDbgFuncNode = (VkLayerDbgFunctionNode *)malloc(sizeof(VkLayerDbgFuncti… in layer_create_report_callback()
664 memset(pNewDbgFuncNode, 0, sizeof(VkLayerDbgFunctionNode)); in layer_create_report_callback()