Home
last modified time | relevance | path

Searched refs:VkLayerDbgFunctionNode (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h39 VkLayerDbgFunctionNode *debug_callback_list;
40 VkLayerDbgFunctionNode *default_debug_callback_list;
54 static inline void AddDebugMessageCallback(debug_report_data *debug_data, VkLayerDbgFunctionNode **… in AddDebugMessageCallback()
55 VkLayerDbgFunctionNode *new_node) { in AddDebugMessageCallback()
62 static inline void RemoveDebugMessageCallback(debug_report_data *debug_data, VkLayerDbgFunctionNode in RemoveDebugMessageCallback()
64 VkLayerDbgFunctionNode *cur_callback = *list_head; in RemoveDebugMessageCallback()
65 VkLayerDbgFunctionNode *prev_callback = cur_callback; in RemoveDebugMessageCallback()
92 static inline void RemoveAllMessageCallbacks(debug_report_data *debug_data, VkLayerDbgFunctionNode in RemoveAllMessageCallbacks()
93 VkLayerDbgFunctionNode *current_callback = *list_head; in RemoveAllMessageCallbacks()
94 VkLayerDbgFunctionNode *prev_callback = current_callback; in RemoveAllMessageCallbacks()
[all …]
/external/vulkan-validation-layers/loader/
Ddebug_report.c68 VkLayerDbgFunctionNode *pNewDbgFuncNode = NULL;
75 (VkLayerDbgFunctionNode *)pAllocator->pfnAllocation(
76 pAllocator->pUserData, sizeof(VkLayerDbgFunctionNode),
81 (VkLayerDbgFunctionNode *)loader_instance_heap_alloc(
82 inst, sizeof(VkLayerDbgFunctionNode),
88 memset(pNewDbgFuncNode, 0, sizeof(VkLayerDbgFunctionNode));
120 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead;
138 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead;
139 VkLayerDbgFunctionNode *pPrev = pTrav;
316 VkLayerDbgFunctionNode *pNewDbgFuncNode = NULL;
[all …]
Dvk_loader_layer.h31 } VkLayerDbgFunctionNode; typedef
Dloader.h289 VkLayerDbgFunctionNode *DbgFunctionHead;