Searched defs:VulkanCommandMemoryConsumption (Results 1 – 1 of 1) sorted by relevance
172 struct VulkanCommandMemoryConsumption struct174 VulkanCommandMemoryConsumption() in VulkanCommandMemoryConsumption() function186 VulkanCommandMemoryConsumption (deUint64 commandPool_) in VulkanCommandMemoryConsumption() argument197 void updateValues(vk::VkDeviceSize cpAlloc, vk::VkDeviceSize cpReserved, vk::VkDeviceSize cbAlloc) in updateValues()203 void resetValues() in resetValues()210 deUint64 commandPool;211 deUint32 commandBufferCount;212 vk::VkDeviceSize currentCommandPoolAllocated;213 vk::VkDeviceSize maxCommandPoolAllocated;214 vk::VkDeviceSize currentCommandPoolReservedSize;[all …]