Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp251 for (const auto& memC : m_commandBufferMemoryConsumption) in finalizeCommandBuffers() local
253 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() local
946 if (memC.second.commandPool == commandPool.getInternal()) in resetCommandPool()
947 memC.second.resetValues(); in resetCommandPool()
DvkPlatform.cpp723 vksc_server::VulkanCommandMemoryConsumption memC = m_resourceInterface->getNextCommandPoolSize(); in createCommandPoolHandlerNorm() local
729 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()