Searched refs:toClear (Results 1 – 2 of 2) sorted by relevance
546 std::vector<VkDescriptorSet> toClear; in clearDescriptorPool() local548 toClear.push_back(set); in clearDescriptorPool()551 for (auto set : toClear) { in clearDescriptorPool()555 return toClear; in clearDescriptorPool()
1226 std::vector<VkDescriptorSet> toClear = in clearDescriptorPoolAndUnregisterDescriptorSets() local1229 for (auto set : toClear) { in clearDescriptorPoolAndUnregisterDescriptorSets()