Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp158 ObjTrackState *pPoolNode = itr->second; in AllocateDescriptorSet() local
159 pPoolNode->child_objects->insert(HandleToUint64(descriptor_set)); in AllocateDescriptorSet()
458 ObjTrackState *pPoolNode = itr->second; in PreCallValidateResetDescriptorPool() local
459 for (auto set : *pPoolNode->child_objects) { in PreCallValidateResetDescriptorPool()
473 ObjTrackState *pPoolNode = itr->second; in PreCallRecordResetDescriptorPool() local
474 for (auto set : *pPoolNode->child_objects) { in PreCallRecordResetDescriptorPool()
477 pPoolNode->child_objects->clear(); in PreCallRecordResetDescriptorPool()
720 ObjTrackState *pPoolNode = nullptr; in PreCallRecordFreeDescriptorSets() local
723 pPoolNode = itr->second; in PreCallRecordFreeDescriptorSets()
727 if (pPoolNode) { in PreCallRecordFreeDescriptorSets()
[all …]