Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
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 in finalizeCommandBuffers()
260 m_commandPoolMemoryConsumption[j].commandBufferCount++; in finalizeCommandBuffers()
264 …m_statMax.commandBufferRequestCount = de::max(deUint32(m_commandPoolMemoryConsumption.size()), m_s… in finalizeCommandBuffers()
269 …tedFromMainToSubprocess vdtfmtsp(m_pipelineInput, m_statMax, m_commandPoolMemoryConsumption, m_pip… in exportData()
280 m_commandPoolMemoryConsumption = vdtfmtsp.commandPoolMemoryConsumption; in importData()
382 if (m_commandPoolMemoryConsumption.empty()) in getNextCommandPoolSize()
385 …vksc_server::VulkanCommandMemoryConsumption result = m_commandPoolMemoryConsumption[m_commandPoolI… in getNextCommandPoolSize()
387 …m_commandPoolIndex = (m_commandPoolIndex + 1) % deUint32(m_commandPoolMemoryConsumption.si… in getNextCommandPoolSize()
[all …]
DvkResourceInterface.hpp183 m_commandPoolMemoryConsumption; member in vk::ResourceInterface