Home
last modified time | relevance | path

Searched refs:commandBufferAllocated (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp893 size_t commandBufferAllocated; in getMemoryUsageStatsForDiagnostics() local
896 mInsideRenderPassCommands.getMemoryUsageStats(&commandBufferUsed, &commandBufferAllocated); in getMemoryUsageStatsForDiagnostics()
899 *allocatedMemoryOut += commandBufferAllocated; in getMemoryUsageStatsForDiagnostics()
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp252 cbAllocSum += memConsumption.commandBufferAllocated; in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl2324 VkDeviceSize commandBufferAllocated; member
DvkVulkan_c.inl5026 VkDeviceSize commandBufferAllocated; member
DvkStrUtilImpl.inl5656 s << "\tcommandBufferAllocated = " << value.commandBufferAllocated << '\n';
Dvulkan_json_data.hpp23381 print_VkDeviceSize(obj.commandBufferAllocated, "commandBufferAllocated", 0); in print_VkCommandPoolMemoryConsumption()
23408 print_VkDeviceSize(obj->commandBufferAllocated, "commandBufferAllocated", 0); in print_VkCommandPoolMemoryConsumption()
Dvulkan_json_parser.hpp9825 …_VkDeviceSize("commandBufferAllocated", obj["commandBufferAllocated"], (o.commandBufferAllocated)); in parse_VkCommandPoolMemoryConsumption()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h5021 VkDeviceSize commandBufferAllocated; member