Home
last modified time | relevance | path

Searched refs:DbgFunctionHead (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/loader/
Ddebug_report.c92 pNewDbgFuncNode->pNext = inst->DbgFunctionHead; in util_CreateDebugReportCallback()
93 inst->DbgFunctionHead = pNewDbgFuncNode; in util_CreateDebugReportCallback()
121 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead; in util_DebugReportMessage()
139 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead; in util_DestroyDebugReportCallback()
145 if (inst->DbgFunctionHead == pTrav) in util_DestroyDebugReportCallback()
146 inst->DbgFunctionHead = pTrav->pNext; in util_DestroyDebugReportCallback()
Dloader.h296 VkLayerDbgFunctionNode *DbgFunctionHead; member