Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp546 std::vector<VkDescriptorSet> toClear; in clearDescriptorPool() local
548 toClear.push_back(set); in clearDescriptorPool()
551 for (auto set : toClear) { in clearDescriptorPool()
555 return toClear; in clearDescriptorPool()
DResourceTracker.cpp1226 std::vector<VkDescriptorSet> toClear = in clearDescriptorPoolAndUnregisterDescriptorSets() local
1229 for (auto set : toClear) { in clearDescriptorPoolAndUnregisterDescriptorSets()