Home
last modified time | relevance | path

Searched defs:VulkanCommandMemoryConsumption (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksStructsVKSC.hpp175 struct VulkanCommandMemoryConsumption struct
177 VulkanCommandMemoryConsumption() in VulkanCommandMemoryConsumption() argument
189 VulkanCommandMemoryConsumption(uint64_t commandPool_) in VulkanCommandMemoryConsumption() argument
200 … void updateValues(vk::VkDeviceSize cpAlloc, vk::VkDeviceSize cpReserved, vk::VkDeviceSize cbAlloc) in updateValues()
209 void resetValues() in resetValues()
216 uint64_t commandPool;
217 uint32_t commandBufferCount;
218 vk::VkDeviceSize currentCommandPoolAllocated;
219 vk::VkDeviceSize maxCommandPoolAllocated;
220 vk::VkDeviceSize currentCommandPoolReservedSize;
[all …]