Searched refs:commandBufferAllocated (Results 1 – 8 of 8) sorted by relevance
893 size_t commandBufferAllocated; in getMemoryUsageStatsForDiagnostics() local896 mInsideRenderPassCommands.getMemoryUsageStats(&commandBufferUsed, &commandBufferAllocated); in getMemoryUsageStatsForDiagnostics()899 *allocatedMemoryOut += commandBufferAllocated; in getMemoryUsageStatsForDiagnostics()
252 cbAllocSum += memConsumption.commandBufferAllocated; in verifyCommandPoolAllocEqualsCommandBufferAlloc()
2324 VkDeviceSize commandBufferAllocated; member
5026 VkDeviceSize commandBufferAllocated; member
5656 s << "\tcommandBufferAllocated = " << value.commandBufferAllocated << '\n';
23381 print_VkDeviceSize(obj.commandBufferAllocated, "commandBufferAllocated", 0); in print_VkCommandPoolMemoryConsumption()23408 print_VkDeviceSize(obj->commandBufferAllocated, "commandBufferAllocated", 0); in print_VkCommandPoolMemoryConsumption()
9825 …_VkDeviceSize("commandBufferAllocated", obj["commandBufferAllocated"], (o.commandBufferAllocated)); in parse_VkCommandPoolMemoryConsumption()
5021 VkDeviceSize commandBufferAllocated; member