Lines Matching refs:VkLayerDbgFunctionNode
143 VkLayerDbgFunctionNode *debug_callback_list{nullptr};
144 VkLayerDbgFunctionNode *default_debug_callback_list{nullptr};
255 static inline void AddDebugCallbackNode(debug_report_data *debug_data, VkLayerDbgFunctionNode **lis… in AddDebugCallbackNode()
256 VkLayerDbgFunctionNode *new_node) { in AddDebugCallbackNode()
262 static inline void RemoveDebugUtilsMessenger(debug_report_data *debug_data, VkLayerDbgFunctionNode … in RemoveDebugUtilsMessenger()
264 VkLayerDbgFunctionNode *cur_callback = *list_head; in RemoveDebugUtilsMessenger()
265 VkLayerDbgFunctionNode *prev_callback = nullptr; in RemoveDebugUtilsMessenger()
316 …d RemoveDebugUtilsMessageCallback(debug_report_data *debug_data, VkLayerDbgFunctionNode **list_hea… in RemoveDebugUtilsMessageCallback()
318 VkLayerDbgFunctionNode *cur_callback = *list_head; in RemoveDebugUtilsMessageCallback()
319 VkLayerDbgFunctionNode *prev_callback = nullptr; in RemoveDebugUtilsMessageCallback()
370 static inline void RemoveAllMessageCallbacks(debug_report_data *debug_data, VkLayerDbgFunctionNode … in RemoveAllMessageCallbacks()
371 VkLayerDbgFunctionNode *current_callback = *list_head; in RemoveAllMessageCallbacks()
372 VkLayerDbgFunctionNode *prev_callback = current_callback; in RemoveAllMessageCallbacks()
395 VkLayerDbgFunctionNode *layer_dbg_node = NULL; in debug_log_msg()
527 VkLayerDbgFunctionNode *layer_dbg_node = NULL; in debug_messenger_log_msg()
632 …VkLayerDbgFunctionNode *pNewDbgFuncNode = (VkLayerDbgFunctionNode *)malloc(sizeof(VkLayerDbgFuncti… in layer_create_messenger_callback()
634 memset(pNewDbgFuncNode, 0, sizeof(VkLayerDbgFunctionNode)); in layer_create_messenger_callback()
682 …VkLayerDbgFunctionNode *pNewDbgFuncNode = (VkLayerDbgFunctionNode *)malloc(sizeof(VkLayerDbgFuncti… in layer_create_report_callback()
686 memset(pNewDbgFuncNode, 0, sizeof(VkLayerDbgFunctionNode)); in layer_create_report_callback()