Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp249 for (std::size_t i = 0; i < m_commandPoolMemoryConsumption.size(); ++i) in finalizeCommandBuffers()
250 cpToIndex.insert({m_commandPoolMemoryConsumption[i].commandPool, i}); in finalizeCommandBuffers()
254 m_commandPoolMemoryConsumption[j].updateValues(memC.second.maxCommandPoolAllocated, in finalizeCommandBuffers()
257 m_commandPoolMemoryConsumption[j].commandBufferCount++; in finalizeCommandBuffers()
262 … de::max(uint32_t(m_commandPoolMemoryConsumption.size()), m_statMax.commandBufferRequestCount); in finalizeCommandBuffers()
268m_commandPoolMemoryConsumption, m_pipelineSizes); in exportData()
280 m_commandPoolMemoryConsumption = vdtfmtsp.commandPoolMemoryConsumption; in importData()
380 if (m_commandPoolMemoryConsumption.empty()) in getNextCommandPoolSize()
383 …vksc_server::VulkanCommandMemoryConsumption result = m_commandPoolMemoryConsumption[m_commandPoolI… in getNextCommandPoolSize()
385 m_commandPoolIndex = (m_commandPoolIndex + 1) % uint32_t(m_commandPoolMemoryConsumption.size()); in getNextCommandPoolSize()
[all …]
H A DvkResourceInterface.hpp148 mutable std::vector<vksc_server::VulkanCommandMemoryConsumption> m_commandPoolMemoryConsumption; member in vk::ResourceInterface