Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp119 itr->second->child_objects->insert(HandleToUint64(descriptor_set)); in AllocateDescriptorSet()
412 for (auto set : *pPoolNode->child_objects) { in PreCallValidateResetDescriptorPool()
428 for (auto set : *pPoolNode->child_objects) { in PreCallRecordResetDescriptorPool()
431 pPoolNode->child_objects->clear(); in PreCallRecordResetDescriptorPool()
678 pPoolNode->child_objects->erase(HandleToUint64(pDescriptorSets[i])); in PreCallRecordFreeDescriptorSets()
696 for (auto set : *pPoolNode->child_objects) { in PreCallValidateDestroyDescriptorPool()
712 for (auto set : *pPoolNode->child_objects) { in PreCallRecordDestroyDescriptorPool()
715 pPoolNode->child_objects->clear(); in PreCallRecordDestroyDescriptorPool()
Dobject_lifetime_validation.h67 …std::unique_ptr<std::unordered_set<uint64_t> > child_objects; // Child objects (used for VkDescri… member
204 pNewObjNode->child_objects.reset(new std::unordered_set<uint64_t>); in CreateObject()