Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp6486 std::unordered_map<VkCommandPool, CommandPoolInfo>& commandPoolInfos) { in freeCommandBufferWithExclusiveInfos() argument
6489 auto commandPoolInfoIt = commandPoolInfos.find(commandPool); in freeCommandBufferWithExclusiveInfos()
6490 if (commandPoolInfoIt == commandPoolInfos.end()) return; in freeCommandBufferWithExclusiveInfos()