Searched refs:m_commandBufferMemoryConsumption (Results 1 – 2 of 2) sorted by relevance
251 for (const auto &memC : m_commandBufferMemoryConsumption) in finalizeCommandBuffers()922 …m_commandBufferMemoryConsumption.insert({pCommandBuffers[i], vksc_server::VulkanCommandMemoryConsu… in allocateCommandBuffers()929 auto it = m_commandBufferMemoryConsumption.find(commandBuffer); in increaseCommandBufferSize()930 if (it == end(m_commandBufferMemoryConsumption)) in increaseCommandBufferSize()942 for (auto &memC : m_commandBufferMemoryConsumption) in resetCommandPool()984 m_commandBufferMemoryConsumption.clear(); in resetObjects()
150 …map<VkCommandBuffer, vksc_server::VulkanCommandMemoryConsumption> m_commandBufferMemoryConsumption; member in vk::ResourceInterface