Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Ddebug_report.c94 pNewDbgFuncNode->pNext = inst->DbgFunctionHead;
95 inst->DbgFunctionHead = pNewDbgFuncNode;
120 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead;
138 VkLayerDbgFunctionNode *pTrav = inst->DbgFunctionHead;
144 if (inst->DbgFunctionHead == pTrav)
145 inst->DbgFunctionHead = pTrav->pNext;
380 pNewDbgFuncNode->pNext = inst->DbgFunctionHead;
381 inst->DbgFunctionHead = pNewDbgFuncNode;
Dloader.h289 VkLayerDbgFunctionNode *DbgFunctionHead; member