Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp778 void collectAllPendingDescriptorSetsBottomUp(const std::vector<VkCommandBuffer>& workingSet, in collectAllPendingDescriptorSetsBottomUp() argument
780 if (workingSet.empty()) return; in collectAllPendingDescriptorSetsBottomUp()
783 for (auto commandBuffer : workingSet) { in collectAllPendingDescriptorSetsBottomUp()
792 for (auto cmdbuf : workingSet) { in collectAllPendingDescriptorSetsBottomUp()
5722 void* context, VkQueue queue, const std::vector<VkCommandBuffer>& workingSet) { in flushCommandBufferPendingCommandsBottomUp() argument
5723 if (workingSet.empty()) return; in flushCommandBufferPendingCommandsBottomUp()
5726 for (auto commandBuffer : workingSet) { in flushCommandBufferPendingCommandsBottomUp()
5736 for (auto cmdbuf : workingSet) { in flushCommandBufferPendingCommandsBottomUp()
DResourceTracker.h653 const std::vector<VkCommandBuffer>& workingSet);