Searched refs:memC (Results 1 – 2 of 2) sorted by relevance
251 for (const auto& memC : m_commandBufferMemoryConsumption) in finalizeCommandBuffers() local253 std::size_t j = cpToIndex[memC.second.commandPool]; in finalizeCommandBuffers()256 memC.second.maxCommandPoolAllocated, in finalizeCommandBuffers()257 memC.second.maxCommandPoolReservedSize, in finalizeCommandBuffers()258 memC.second.maxCommandBufferAllocated in finalizeCommandBuffers()944 for (auto& memC : m_commandBufferMemoryConsumption) in resetCommandPool() local946 if (memC.second.commandPool == commandPool.getInternal()) in resetCommandPool()947 memC.second.resetValues(); in resetCommandPool()
723 vksc_server::VulkanCommandMemoryConsumption memC = m_resourceInterface->getNextCommandPoolSize(); in createCommandPoolHandlerNorm() local729 VkDeviceSize cmdPoolSize = de::max(memC.maxCommandPoolReservedSize, m_commandPoolMinimumSize); in createCommandPoolHandlerNorm()730 cmdPoolSize = de::max(cmdPoolSize, memC.commandBufferCount * m_commandBufferMinimumSize); in createCommandPoolHandlerNorm()732 …(cmdPoolSize, m_physicalDeviceVulkanSC10Properties.maxCommandBufferSize * memC.commandBufferCount); in createCommandPoolHandlerNorm()738 de::max(memC.commandBufferCount, 1u) // uint32_t commandPoolMaxCommandBuffers in createCommandPoolHandlerNorm()