Searched refs:pPoolNode (Results 1 – 1 of 1) sorted by relevance
158 ObjTrackState *pPoolNode = itr->second; in AllocateDescriptorSet() local159 pPoolNode->child_objects->insert(HandleToUint64(descriptor_set)); in AllocateDescriptorSet()458 ObjTrackState *pPoolNode = itr->second; in PreCallValidateResetDescriptorPool() local459 for (auto set : *pPoolNode->child_objects) { in PreCallValidateResetDescriptorPool()473 ObjTrackState *pPoolNode = itr->second; in PreCallRecordResetDescriptorPool() local474 for (auto set : *pPoolNode->child_objects) { in PreCallRecordResetDescriptorPool()477 pPoolNode->child_objects->clear(); in PreCallRecordResetDescriptorPool()720 ObjTrackState *pPoolNode = nullptr; in PreCallRecordFreeDescriptorSets() local723 pPoolNode = itr->second; in PreCallRecordFreeDescriptorSets()727 if (pPoolNode) { in PreCallRecordFreeDescriptorSets()[all …]