Lines Matching refs:pPoolNode
158 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()
728 pPoolNode->child_objects->erase(HandleToUint64(pDescriptorSets[i])); in PreCallRecordFreeDescriptorSets()
744 ObjTrackState *pPoolNode = itr->second; in PreCallValidateDestroyDescriptorPool() local
745 for (auto set : *pPoolNode->child_objects) { in PreCallValidateDestroyDescriptorPool()
759 ObjTrackState *pPoolNode = itr->second; in PreCallRecordDestroyDescriptorPool() local
760 for (auto set : *pPoolNode->child_objects) { in PreCallRecordDestroyDescriptorPool()
763 pPoolNode->child_objects->clear(); in PreCallRecordDestroyDescriptorPool()