Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h628 SET_NODE *pSets; // Head of LL of sets for this Pool member
633 …(pCreateInfo->maxSets), availableSets(pCreateInfo->maxSets), createInfo(*pCreateInfo), pSets(NULL), in _DESCRIPTOR_POOL_NODE()
Dcore_validation.cpp4211 SET_NODE *pSet = (*ii).second->pSets; in deletePools()
4266 SET_NODE *pSet = pPool->pSets; in clearDescriptorPool()
6770 pNewNode->pNext = pPoolNode->pSets; in vkAllocateDescriptorSets()
6772 pPoolNode->pSets = pNewNode; in vkAllocateDescriptorSets()