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.cpp159 pPoolNode->child_objects->insert(HandleToUint64(descriptor_set)); in AllocateDescriptorSet()
459 for (auto set : *pPoolNode->child_objects) { in PreCallValidateResetDescriptorPool()
474 for (auto set : *pPoolNode->child_objects) { in PreCallRecordResetDescriptorPool()
477 pPoolNode->child_objects->clear(); in PreCallRecordResetDescriptorPool()
728 pPoolNode->child_objects->erase(HandleToUint64(pDescriptorSets[i])); in PreCallRecordFreeDescriptorSets()
745 for (auto set : *pPoolNode->child_objects) { in PreCallValidateDestroyDescriptorPool()
760 for (auto set : *pPoolNode->child_objects) { in PreCallRecordDestroyDescriptorPool()
763 pPoolNode->child_objects->clear(); in PreCallRecordDestroyDescriptorPool()
Dobject_lifetime_validation.h61 …std::unique_ptr<std::unordered_set<uint64_t> > child_objects; // Child objects (used for VkDescri… member
188 pNewObjNode->child_objects.reset(new std::unordered_set<uint64_t>); in CreateObject()