Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp6092 auto* commandPoolInfo = android::base::find(mCommandPoolInfo, pAllocateInfo->commandPool); in on_vkAllocateCommandBuffers() local
6093 if (!deviceInfo || !commandPoolInfo) { in on_vkAllocateCommandBuffers()
6095 commandPoolInfo); in on_vkAllocateCommandBuffers()
6109 commandPoolInfo->cmdBuffers.insert(pCommandBuffers[i]); in on_vkAllocateCommandBuffers()
6154 CommandPoolInfo& commandPoolInfo, in destroyCommandPoolWithExclusiveInfo() argument
6157 for (const VkCommandBuffer commandBuffer : commandPoolInfo.cmdBuffers) { in destroyCommandPoolWithExclusiveInfo()
6175 auto& commandPoolInfo = commandPoolInfoIt->second; in destroyCommandPoolLocked() local
6177 destroyCommandPoolWithExclusiveInfo(device, deviceDispatch, commandPool, commandPoolInfo, in destroyCommandPoolLocked()
6491 auto& commandPoolInfo = commandPoolInfoIt->second; in freeCommandBufferWithExclusiveInfos() local
6493 auto iterInPool = commandPoolInfo.cmdBuffers.find(commandBuffer); in freeCommandBufferWithExclusiveInfos()
[all …]