Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp251 for (const auto &memC : m_commandBufferMemoryConsumption) in finalizeCommandBuffers()
922m_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()
H A DvkResourceInterface.hpp150 …map<VkCommandBuffer, vksc_server::VulkanCommandMemoryConsumption> m_commandBufferMemoryConsumption; member in vk::ResourceInterface