Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h470 std::unordered_map<VkCommandPool, CommandPoolInfo> commandPools; member
DVkDecoderGlobalState.cpp8485 extractInfosWithDeviceInto(device, mCommandPoolInfo, deviceObjects.commandPools); in extractDeviceAndDependenciesLocked()
8597 deviceObjects.commandPools); in destroyDeviceObjects()
8600 … LOG_CALLS_VERBOSE("destroyDeviceObjects: %zu commandPools.", deviceObjects.commandPools.size()); in destroyDeviceObjects()
8601 for (auto& [commandPool, commandPoolInfo] : deviceObjects.commandPools) { in destroyDeviceObjects()