Lines Matching refs:pPoolNode
411 auto pPoolNode = itr->second; in PreCallValidateResetDescriptorPool() local
412 for (auto set : *pPoolNode->child_objects) { in PreCallValidateResetDescriptorPool()
427 auto pPoolNode = itr->second; in PreCallRecordResetDescriptorPool() local
428 for (auto set : *pPoolNode->child_objects) { in PreCallRecordResetDescriptorPool()
431 pPoolNode->child_objects->clear(); in PreCallRecordResetDescriptorPool()
670 std::shared_ptr<ObjTrackState> pPoolNode = nullptr; in PreCallRecordFreeDescriptorSets() local
673 pPoolNode = itr->second; in PreCallRecordFreeDescriptorSets()
677 if (pPoolNode) { in PreCallRecordFreeDescriptorSets()
678 pPoolNode->child_objects->erase(HandleToUint64(pDescriptorSets[i])); in PreCallRecordFreeDescriptorSets()
695 auto pPoolNode = itr->second; in PreCallValidateDestroyDescriptorPool() local
696 for (auto set : *pPoolNode->child_objects) { in PreCallValidateDestroyDescriptorPool()
711 auto pPoolNode = itr->second; in PreCallRecordDestroyDescriptorPool() local
712 for (auto set : *pPoolNode->child_objects) { in PreCallRecordDestroyDescriptorPool()
715 pPoolNode->child_objects->clear(); in PreCallRecordDestroyDescriptorPool()