Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
Ddebug_utils.c48 VkLayerDbgFunctionNode *pNewDbgFuncNode = NULL; in util_CreateDebugUtilsMessenger()
50 pNewDbgFuncNode = (VkLayerDbgFunctionNode *)loader_calloc_with_instance_fallback( in util_CreateDebugUtilsMessenger()
51 pAllocator, inst, sizeof(VkLayerDbgFunctionNode), VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); in util_CreateDebugUtilsMessenger()
85 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead; in util_SubmitDebugUtilsMessageEXT()
118 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead; in util_DestroyDebugUtilsMessenger()
119 VkLayerDbgFunctionNode *pPrev = pTrav; in util_DestroyDebugUtilsMessenger()
180 VkLayerDbgFunctionNode *pNewDbgFuncNode = NULL; in terminator_CreateDebugUtilsMessengerEXT()
207 pNewDbgFuncNode = (VkLayerDbgFunctionNode *)loader_calloc_with_instance_fallback( in terminator_CreateDebugUtilsMessengerEXT()
208 pAllocator, inst, sizeof(VkLayerDbgFunctionNode), VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); in terminator_CreateDebugUtilsMessengerEXT()
292 VkLayerDbgFunctionNode *pNewDbgFuncNode = NULL; in util_CreateDebugReportCallback()
[all …]
Dvk_loader_layer.h50 } VkLayerDbgFunctionNode; typedef
Dloader_common.h294 VkLayerDbgFunctionNode *DbgFunctionHead;
299 VkLayerDbgFunctionNode *InstanceCreationDeletionDebugFunctionHead;