Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
DvksStructsVKSC.hpp182 , maxCommandBufferAllocated (0u) in VulkanCommandMemoryConsumption()
194 , maxCommandBufferAllocated (0u) in VulkanCommandMemoryConsumption()
201 …dBufferAllocated += cbAlloc; maxCommandBufferAllocated = de::max(currentCommandBufferAllocated, m… in updateValues()
217 vk::VkDeviceSize maxCommandBufferAllocated; member
222 …dSize, v.maxCommandPoolReservedSize, v.currentCommandBufferAllocated, v.maxCommandBufferAllocated); in SerializeItem()
227 …dSize, v.maxCommandPoolReservedSize, v.currentCommandBufferAllocated, v.maxCommandBufferAllocated); in SerializeItem()
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp258 memC.second.maxCommandBufferAllocated in finalizeCommandBuffers()